From: Peng Fan <peng.fan@nxp.com>
Date: Tue, 26 May 2020 23:33:47 +0000 (-0300)
Subject: imx8mp_evk: spl: drop timer_init
X-Git-Tag: v2025.01-rc5-pxa1908~2364^2~8
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=ebdd07f5b2e4b00eee7f8630b3b026a65c3f51c4;p=u-boot.git

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>
---

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. */