projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f6e2f
)
imx8mp_evk: spl: drop timer_init
author
Peng Fan
<peng.fan@nxp.com>
Tue, 26 May 2020 23:33:47 +0000
(20:33 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/board/freescale/imx8mp_evk/spl.c
b/board/freescale/imx8mp_evk/spl.c
index f2cc17775779ed6c35d9cb1e23f5046450c4e99b..f45f935b9345f3a11d3f485b4ce35cd17a973f01 100644
(file)
--- 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. */