board: tcl: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-19 12:49:08 +02:00
committed by Tom Rini
parent 798ed986f1
commit f36dd6b8b7
2 changed files with 0 additions and 2 deletions

View File

@@ -348,7 +348,6 @@ int board_eth_init(struct bd_info *bis)
eth_env_set_enetaddr("eth1addr", mac_addr); eth_env_set_enetaddr("eth1addr", mac_addr);
} }
writel(MII_MODE_ENABLE, &cdev->miisel); writel(MII_MODE_ENABLE, &cdev->miisel);
cpsw_slaves[0].phy_if = cpsw_slaves[1].phy_if = cpsw_slaves[0].phy_if = cpsw_slaves[1].phy_if =
PHY_INTERFACE_MODE_MII; PHY_INTERFACE_MODE_MII;

View File

@@ -107,7 +107,6 @@ static struct module_pin_mux mii1_pin_mux[] = {
{-1}, {-1},
}; };
void enable_uart0_pin_mux(void) void enable_uart0_pin_mux(void)
{ {
configure_module_pin_mux(uart0_pin_mux); configure_module_pin_mux(uart0_pin_mux);