]> Git Repo - u-boot.git/commit
board: st: stm32f746-disco: fix console is not enabled while init dram
authorGiulio Benetti <[email protected]>
Sun, 4 Apr 2021 18:21:35 +0000 (20:21 +0200)
committerStefano Babic <[email protected]>
Thu, 8 Apr 2021 18:29:54 +0000 (20:29 +0200)
commit6bd8845ad40d7aa71d63d783221bdf50d9922179
tree671419c36c998532219dfa11a416988e945e9996
parenteeb47ee474876310bd345bc6b51185addc70a112
board: st: stm32f746-disco: fix console is not enabled while init dram

While initializing dram in spl_dram_init(), mdelay() is called that in
order calls get_ticks() that  verifies if timer exists, if doesn't, it
throws a panic(), but since preloader_console_init() has still not been
called those panic()s will fail. This doesn't help debugging, so let's
setup console before calling spl_dram_init() by moving it after
spl_dram_init().

Signed-off-by: Giulio Benetti <[email protected]>
board/st/stm32f746-disco/stm32f746-disco.c
This page took 0.032482 seconds and 4 git commands to generate.