From: Michael Trimarchi Date: Tue, 20 May 2025 09:02:15 +0000 (+0200) Subject: board: freescale: imx8mn_evk: let clock system enable UART clock X-Git-Tag: v2025.07-rc3~8^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1ccc4c0f3f96689cb71ec0ff30534af81627bf3;p=thirdparty%2Fu-boot.git 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 --- 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. */