commit | 724caaba4c32a375b32674dab0ff1638054ff317 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Dec 19 13:56:33 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 14 09:05:53 2020 +0100 |
tree | 7e96ff058dcdfa811aa63376d5d715f2e04a6547 | |
parent | 935568eecc4b3e9a493b6ba1517c1e066af63aef [diff] |
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>