From patchwork Mon Jan 6 09:21:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 239141 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Mon, 6 Jan 2020 10:21:33 +0100 Subject: [PATCH v2] arm64: versal: Enable board_late_init calling Message-ID: <8a0c6d6641e7e9a932bb62ec4f4d700339234398.1578302491.git.michal.simek@xilinx.com> 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 --- Changes in v2: - Remove QEMU version just for versal_virt because v4.2.0 was setup globally - Change subject to target just Versal configs/xilinx_versal_virt_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 11428e1e03c1..6488bca2c004 100644 --- a/configs/xilinx_versal_virt_defconfig +++ b/configs/xilinx_versal_virt_defconfig @@ -9,7 +9,6 @@ CONFIG_FIT_VERBOSE=y # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_BOOTDELAY=5 CONFIG_SUPPORT_RAW_INITRD=y -# CONFIG_BOARD_LATE_INIT is not set # CONFIG_DISPLAY_CPUINFO is not set CONFIG_BOARD_EARLY_INIT_R=y CONFIG_HUSH_PARSER=y