From f36dd6b8b7b3783eb3cbed2562af950428d0ea61 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 19 Jul 2024 12:49:08 +0200 Subject: [PATCH] board: tcl: Remove duplicate newlines Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut --- board/tcl/sl50/board.c | 1 - board/tcl/sl50/mux.c | 1 - 2 files changed, 2 deletions(-) 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); -- 2.39.5