diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-05-26 20:33:47 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-06-08 10:42:30 +0200 |
commit | ebdd07f5b2e4b00eee7f8630b3b026a65c3f51c4 (patch) | |
tree | 0fd2ba62cb2d797dd048be8e5ae5875bf8ae475c /board/freescale | |
parent | 87f6e2f51e337623b1794e916d8b8eb654736c0d (diff) |
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>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/imx8mp_evk/spl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/imx8mp_evk/spl.c b/board/freescale/imx8mp_evk/spl.c index f2cc177757..f45f935b93 100644 --- a/board/freescale/imx8mp_evk/spl.c +++ b/board/freescale/imx8mp_evk/spl.c @@ -114,8 +114,6 @@ void board_init_f(ulong dummy) board_early_init_f(); - timer_init(); - preloader_console_init(); /* Clear the BSS. */ |