[PATCH v3 2/5] imx8mp_evk: spl: drop timer_init
Fabio Estevam
festevam at gmail.com
Wed May 27 01:33:47 CEST 2020
From: Peng Fan <peng.fan at nxp.com>
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 at nxp.com>
Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
Changes since v2:
- None. Rebased against U-Boot master
board/freescale/imx8mp_evk/spl.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/board/freescale/imx8mp_evk/spl.c b/board/freescale/imx8mp_evk/spl.c
index 3f9e6fcc8f..3b3112077a 100644
--- a/board/freescale/imx8mp_evk/spl.c
+++ b/board/freescale/imx8mp_evk/spl.c
@@ -118,8 +118,6 @@ void board_init_f(ulong dummy)
board_early_init_f();
- timer_init();
-
preloader_console_init();
/* Clear the BSS. */
--
2.17.1
More information about the U-Boot
mailing list