diff options
author | Sandy Patterson <apatterson@sightlogix.com> | 2016-08-10 10:21:47 -0400 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-10-01 18:35:01 -0600 |
commit | 427351dc1d054b6d92814017f3ea6694474949b7 (patch) | |
tree | fba94a303c9f8e5769ea8d46829ef9293a560a1b /arch/arm/mach-bcm283x | |
parent | 2179a07c0c7d1a87ccf13b3f3124c107de7dab91 (diff) | |
download | u-boot-imx-427351dc1d054b6d92814017f3ea6694474949b7.zip u-boot-imx-427351dc1d054b6d92814017f3ea6694474949b7.tar.gz u-boot-imx-427351dc1d054b6d92814017f3ea6694474949b7.tar.bz2 |
rockchip: Fix SPL console output when ROCKCHIP_SPL_BACK_TO_BROM is enabled
Move back_to_bootrom() call later in SPL init so that the console is
initialized and printouts happen.
Currently when ROCKCHIP_SPL_BACK_TO_BROM is enabled there is no console
output from the SPL init stages.
I wasn't sure exactly where this should happen, so if we are set to do
run spl_board_init, then go back to bootrom there after
preloader_console_init(). Otherwise fall back to old behavior of doing
it in board_init_f.
Signed-off-by: Sandy Patterson <apatterson@sightlogix.com>
Acked-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-bcm283x')
0 files changed, 0 insertions, 0 deletions