From: Marek Vasut Date: Fri, 19 Jul 2024 10:49:08 +0000 (+0200) Subject: board: tcl: Remove duplicate newlines X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=f36dd6b8b7b3783eb3cbed2562af950428d0ea61;p=u-boot.git board: tcl: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- diff --git a/board/tcl/sl50/board.c b/board/tcl/sl50/board.c index 2e54ede62d..484b4e2442 100644 --- a/board/tcl/sl50/board.c +++ b/board/tcl/sl50/board.c @@ -348,7 +348,6 @@ int board_eth_init(struct bd_info *bis) eth_env_set_enetaddr("eth1addr", mac_addr); } - writel(MII_MODE_ENABLE, &cdev->miisel); cpsw_slaves[0].phy_if = cpsw_slaves[1].phy_if = PHY_INTERFACE_MODE_MII; diff --git a/board/tcl/sl50/mux.c b/board/tcl/sl50/mux.c index 6d89c4a399..2e2bd63f87 100644 --- a/board/tcl/sl50/mux.c +++ b/board/tcl/sl50/mux.c @@ -107,7 +107,6 @@ static struct module_pin_mux mii1_pin_mux[] = { {-1}, }; - void enable_uart0_pin_mux(void) { configure_module_pin_mux(uart0_pin_mux);