diff options
| author | Michael Trimarchi <[email protected]> | 2025-05-20 11:02:15 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-05-21 07:52:48 -0300 |
| commit | c1ccc4c0f3f96689cb71ec0ff30534af81627bf3 (patch) | |
| tree | a8e93897f3f39f1680f35fdcebd5e0a84b802ab0 | |
| parent | c42c6a108b592bbcda4a116dc81a2237ae708d7e (diff) | |
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 <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Tested-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | board/freescale/imx8mn_evk/spl.c | 2 |
1 files changed, 0 insertions, 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. */ |
