summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinesh Maniyam <dinesh.maniyam@altera.com>2025-06-17 12:29:10 +0800
committerTien Fong Chee <tien.fong.chee@intel.com>2025-07-30 17:45:30 +0800
commit344d785aba6da57883a33ad4f98a344dbef603bb (patch)
tree5fc2a052bc1277c40088414bf622a094e5faaaa3
parent5a13fa7c66dabcf84438601663f7f1cb7fcc8cca (diff)
dts: agilex5: Enabled nand boot in SPL
Enable nand as one of the bootable media in SPL. Signed-off-by: Dinesh Maniyam <dinesh.maniyam@altera.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
-rw-r--r--arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
index 8d7dc0945ab..938ddb04c04 100644
--- a/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
+++ b/arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
@@ -67,7 +67,7 @@
chosen {
stdout-path = "serial0:115200n8";
- u-boot,spl-boot-order = &mmc,&flash0,"/memory";
+ u-boot,spl-boot-order = &mmc,&flash0,&nand,"/memory";
};
};