]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Do not call bss init and board_init_r from board_init_f
authorMichal Simek <michal.simek@xilinx.com>
Thu, 19 Dec 2019 12:56:33 +0000 (13:56 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:53 +0000 (09:05 +0100)
commit1eff17733fc6dd723be18bda4b95d33f3da56c46
tree7e96ff058dcdfa811aa63376d5d715f2e04a6547
parent66dad0b16cf222e046c9a18c63e5a3415ea04e36
arm64: zynqmp: Do not call bss init and board_init_r from board_init_f

There is no reason to clear bss and call board_init_r() from board_init_f()
beca it can be called directly from crt0_64.S with also support for SPL
stack relocation to SDRAM.
For more information please take a look at arch/arm/lib/crt0_64.S

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/spl.c