summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2026-06-17 10:48:24 +0300
committerTom Rini <[email protected]>2026-06-24 18:13:24 -0600
commitaefd4a769bb6727978c408ff24b93ba9047d535d (patch)
treeb200ca66f24166f72dd324fad11e5897b2e436a5
parent55a34217698491cc0bb8d53d630644dc8756629c (diff)
configs: Enable RELOC_ADDR_TOP on arm64 QEMU
Since we added an option for relocating U-Boot to the last memory bank, enable it for QEMU to get some coverage Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]> Tested-by: Christophe Leroy (CS GROUP) <[email protected]>
-rw-r--r--configs/qemu_arm64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 5bdbd6fb59a..ae6dd770f3e 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