nxp: imx8m[m,p]_evk: Drop init_uart_clk

Both the two boards have clk framework enabled, so rely on serial driver
calling clk_enable to enable the uart clk.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2026-02-08 22:34:41 +08:00
committed by Fabio Estevam
parent 6830f1ec97
commit c6c1b7a544
2 changed files with 0 additions and 4 deletions

View File

@@ -106,8 +106,6 @@ void board_init_f(ulong dummy)
arch_cpu_init();
init_uart_clk(1);
timer_init();
/* Clear the BSS. */

View File

@@ -102,8 +102,6 @@ void board_init_f(ulong dummy)
arch_cpu_init();
init_uart_clk(1);
ret = spl_early_init();
if (ret) {
debug("spl_init() failed: %d\n", ret);