Skip to content
Snippets Groups Projects
Commit 5fa030b9 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

zynq: Move SPL console init out of board_init_f()


We should not init the console this early since it precludes using driver
model for the UART, since it is not set up at the start of board_init_f().
See the README for more information. The debug UART does not have this
restriction. If we want to do early init with the console on it can be done
in spl_board_init().

Move the preloader_console_init() call from board_init_f() to board_init_r().

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent cd2bee35
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment