
30 Apr
2022
30 Apr
'22
6:14 p.m.
SPL has a manual call to init_uart_clk in order to start the clocks. If the CCF has the UART clocks available, the serial driver can enable and query the clock when needed, so the manual call to init_uart_clk can be dropped.
Signed-off-by: Adam Ford aford173@gmail.com
diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c index f92b4c3ed0..fc0935bc97 100644 --- a/board/beacon/imx8mm/spl.c +++ b/board/beacon/imx8mm/spl.c @@ -114,8 +114,6 @@ void board_init_f(ulong dummy)
arch_cpu_init();
- init_uart_clk(1); - board_early_init_f();
timer_init();
--
2.34.1