From: Michael Trimarchi <mich...@amarulasolutions.com> Now that the UART driver can enable the required clocks, remove the hard-coded clock enable.
Signed-off-by: Michael Trimarchi <mich...@amarulasolutions.com> Signed-off-by: Dario Binacchi <dario.binac...@amarulasolutions.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 231b9289eead..f96f5c45789a 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.43.0 base-commit: eeb5ff1a468b2303efa9deb2483b5edbebb568c6 branch: imx8mn_evk-drop-init_uart_clk