commit | ddb55ff8a66dabe3365735eff9f901bb259c223f | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Dec 17 15:06:38 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 14 09:06:42 2020 +0100 |
tree | 81d24899256ad531546fabdee5bb08fb70d9a327 | |
parent | d12c8ccdc4138e03087143a319a184c00725f6d0 [diff] |
arm64: versal: Enable board_late_init calling Qemu v4.2.0 maps bootmode registers to address space which was the reason why board_late_init() was disabled and accesses were failing. With new Qemu board_late_init() can be called without any issue. Signed-off-by: Michal Simek <michal.simek@xilinx.com>