From: Ilias Apalodimas Date: Wed, 17 Jun 2026 07:48:24 +0000 (+0300) Subject: configs: Enable RELOC_ADDR_TOP on arm64 QEMU X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=aefd4a769bb6727978c408ff24b93ba9047d535d;p=thirdparty%2Fu-boot.git 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 Signed-off-by: Ilias Apalodimas Tested-by: Christophe Leroy (CS GROUP) --- 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