From: Raymond Mao Date: Fri, 18 Jul 2025 14:16:19 +0000 (-0700) Subject: configs: Select OF_LIBFDT_OVERLAY to hand over DTO via bloblist X-Git-Tag: v2026.07-rc1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3935134c9d597b57cebb954615cf3b80eaf85d7;p=thirdparty%2Fu-boot.git configs: Select OF_LIBFDT_OVERLAY to hand over DTO via bloblist Select OF_LIBFDT_OVERLAY for qemu_arm64 and vexpress_fvp_bloblist to hand over DTO via bloblist. Signed-off-by: Raymond Mao Tested-by: Michal Simek --- diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 39afb837e41..a63cef0c1ea 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -7,6 +7,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x40200000 CONFIG_ENV_SIZE=0x40000 CONFIG_ENV_SECT_SIZE=0x40000 CONFIG_DEFAULT_DEVICE_TREE="qemu-arm64" +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x40200000 CONFIG_DEBUG_UART_BASE=0x9000000 CONFIG_DEBUG_UART_CLOCK=0 diff --git a/configs/vexpress_fvp_bloblist_defconfig b/configs/vexpress_fvp_bloblist_defconfig index 4d52b96202b..6cd0365ec68 100644 --- a/configs/vexpress_fvp_bloblist_defconfig +++ b/configs/vexpress_fvp_bloblist_defconfig @@ -1,5 +1,6 @@ #include +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_BLOBLIST=y CONFIG_BLOBLIST_PASSAGE_MANDATORY=y CONFIG_BLOBLIST_SIZE_RELOC=0x10000