imx8mp_evk: spl: drop timer_init

timer_init has been invoked in arch_cpu_init, no need to invoke
it again in board code.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
Peng Fan
2020-05-26 20:33:47 -03:00
committed by Stefano Babic
parent 87f6e2f51e
commit ebdd07f5b2

View File

@@ -114,8 +114,6 @@ void board_init_f(ulong dummy)
board_early_init_f();
timer_init();
preloader_console_init();
/* Clear the BSS. */