[PATCH v4 5/6] configs: Enable RELOC_ADDR_TOP on arm64

Ilias Apalodimas ilias.apalodimas at linaro.org
Fri May 15 15:52:26 CEST 2026


Since we added an option for relocating U-Boot to the last memory bank,
enable it for QEMU to get some coverage

Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
 configs/qemu_arm64_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 5bdbd6fb59a4..ae6dd770f3e3 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -14,6 +14,7 @@ CONFIG_ARMV8_CRYPTO=y
 CONFIG_ENV_ADDR=0x4000000
 CONFIG_PCI=y
 CONFIG_DEBUG_UART=y
+CONFIG_RELOC_ADDR_TOP=y
 CONFIG_EFI_HTTP_BOOT=y
 CONFIG_FIT=y
 CONFIG_FIT_SIGNATURE=y
-- 
2.53.0



More information about the U-Boot mailing list