summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2025-07-18 07:16:19 -0700
committerTom Rini <[email protected]>2026-04-27 09:42:36 -0600
commitd3935134c9d597b57cebb954615cf3b80eaf85d7 (patch)
treedb68990043a8178bedf5360b3882574eb85da1cb
parentb70cbbfbf94fdb50367a0884a9c44770b4c3bddc (diff)
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 <[email protected]> Tested-by: Michal Simek <[email protected]>
-rw-r--r--configs/qemu_arm64_defconfig1
-rw-r--r--configs/vexpress_fvp_bloblist_defconfig1
2 files changed, 2 insertions, 0 deletions
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 <configs/vexpress_fvp_defconfig>
+CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_BLOBLIST=y
CONFIG_BLOBLIST_PASSAGE_MANDATORY=y
CONFIG_BLOBLIST_SIZE_RELOC=0x10000