mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 08:23:56 +01:00
OMAP: spl: call timer_init() from SPL
We need to initialize timer properly, otherwise all delays inside SPL will be wrong. Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
This commit is contained in:
parent
9ace17c88a
commit
4063c77deb
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,8 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
|
|||
CONFIG_SYS_SPL_MALLOC_SIZE);
|
||||
#endif
|
||||
|
||||
timer_init();
|
||||
|
||||
#ifdef CONFIG_SPL_BOARD_INIT
|
||||
spl_board_init();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue