commit | d48b0de7ae433d3802d069b3bd3f4f40d2c7d9e0 | [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 | db878c0fa60b3d1260886c89601bb17f53332270 [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>