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)
commit724caaba4c32a375b32674dab0ff1638054ff317
tree7e96ff058dcdfa811aa63376d5d715f2e04a6547
parent935568eecc4b3e9a493b6ba1517c1e066af63aef
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