[PATCH 15/26] imx8mn_evk: drop duplicated code

Peng Fan (OSS) peng.fan at oss.nxp.com
Fri Mar 19 08:57:07 CET 2021


From: Peng Fan <peng.fan at nxp.com>

uart clk has been enabled, no need enable again.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 board/freescale/imx8mn_evk/spl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/board/freescale/imx8mn_evk/spl.c b/board/freescale/imx8mn_evk/spl.c
index 6d5c7a5b46..80f79ce888 100644
--- a/board/freescale/imx8mn_evk/spl.c
+++ b/board/freescale/imx8mn_evk/spl.c
@@ -84,8 +84,6 @@ int board_early_init_f(void)
 
 	imx_iomux_v3_setup_multiple_pads(uart_pads, ARRAY_SIZE(uart_pads));
 
-	init_uart_clk(1);
-
 	return 0;
 }
 
-- 
2.30.0



More information about the U-Boot mailing list