1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-22 02:52:13 +02:00
Files
u-boot-megous/arch/arm/mach-zynq
Luis Araneda 577012da71 arm: zynq: spl: fix FPGA initialization
commit 4aba5fb857 ("arm: zynq: Rework FPGA initialization")
moved FPGA initialization from board_init() to arch_early_init_r(),
which is not called as part of the SPL

Fix this by calling arch_early_init_r() in the spl_board_init()
function, so the FPGA is correctly initialized

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2018-07-19 10:49:57 +02:00
..
2018-07-19 10:49:57 +02:00