u-boot-brain/arch/arm/mach-zynq
Simon Glass 5fa030b9f0 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: Simon Glass <sjg@chromium.org>
Tested-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
2015-10-24 13:50:37 -04:00
..
include/mach bitops: introduce BIT() definition 2015-09-11 17:15:32 -04:00
clk.c zynq: Rename struct clk_ops to zynq_clk_ops 2015-07-21 17:39:29 -06:00
cpu.c ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
ddrc.c ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
Kconfig ARM: zynq: drop "optional" from board select in favor of ZC702 2015-08-19 11:27:21 +02:00
lowlevel_init.S ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
Makefile ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
slcr.c ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
spl.c zynq: Move SPL console init out of board_init_f() 2015-10-24 13:50:37 -04:00
timer.c zynq: Use system timer implementation instead of our 2015-05-25 10:52:03 +02:00
u-boot-spl.lds ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
u-boot.lds ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00