imx8mp_evk: spl: drop timer_init
authorPeng Fan <peng.fan@nxp.com>
Tue, 26 May 2020 23:33:47 +0000 (20:33 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 8 Jun 2020 08:42:30 +0000 (10:42 +0200)
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>
board/freescale/imx8mp_evk/spl.c

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