From c1ccc4c0f3f96689cb71ec0ff30534af81627bf3 Mon Sep 17 00:00:00 2001 From: Michael Trimarchi Date: Tue, 20 May 2025 11:02:15 +0200 Subject: [PATCH] board: freescale: imx8mn_evk: let clock system enable UART clock Now that the UART driver can enable the required clocks, remove the hard-coded clock enable. Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi Tested-by: Fabio Estevam --- 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 231b9289eea..f96f5c45789 100644 --- a/board/freescale/imx8mn_evk/spl.c +++ b/board/freescale/imx8mn_evk/spl.c @@ -115,8 +115,6 @@ void board_init_f(ulong dummy) arch_cpu_init(); - init_uart_clk(1); - timer_init(); /* Clear the BSS. */ -- 2.39.5