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:
@@ -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;
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user