]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: freescale: imx8mn_evk: let clock system enable UART clock
authorMichael Trimarchi <michael@amarulasolutions.com>
Tue, 20 May 2025 09:02:15 +0000 (11:02 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:52:48 +0000 (07:52 -0300)
Now that the UART driver can enable the required clocks, remove
the hard-coded clock enable.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Tested-by: Fabio Estevam <festevam@gmail.com>
board/freescale/imx8mn_evk/spl.c

index 231b9289eead9467bd77207dd81ac7530772280a..f96f5c45789a364275f9f24fe52ac2f18657826e 100644 (file)
@@ -115,8 +115,6 @@ void board_init_f(ulong dummy)
 
        arch_cpu_init();
 
-       init_uart_clk(1);
-
        timer_init();
 
        /* Clear the BSS. */