summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDinesh Maniyam <[email protected]>2026-02-03 15:55:57 +0800
committerTom Rini <[email protected]>2026-02-14 11:06:45 -0600
commit044d6a800edd8ccb1efc3d2e55a0cc4b6824c8f6 (patch)
tree4b8f727ff1c885fcda36b8e4e339be3a570ac90a /configs
parent4696a38befba6c1ead5bd44b8f92e5456f78124c (diff)
arm: socfpga: agilex: restore Multi-DTB support for NAND boot
From v2025.10 onward, Agilex platforms use the upstream Linux device tree sources instead of local copies. To continue using a single defconfig while supporting NAND boot, restore Multi-DTB support and update the DT paths to the upstream intel directory. NAND boot is configured to use FDT-1, while other boot flows continue to use the default device tree. No functional change is intended for non-NAND boot paths. Signed-off-by: Dinesh Maniyam <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/socfpga_agilex_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_agilex_defconfig b/configs/socfpga_agilex_defconfig
index eb99392f0ea..b2c7b30d546 100644
--- a/configs/socfpga_agilex_defconfig
+++ b/configs/socfpga_agilex_defconfig
@@ -58,7 +58,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_SMC=y
CONFIG_CMD_UBI=y
CONFIG_OF_UPSTREAM=y
-CONFIG_OF_LIST=""
+CONFIG_OF_LIST="intel/socfpga_agilex_socdk intel/socfpga_agilex_socdk_nand"
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_IS_IN_UBI=y
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"