From: Dinesh Maniyam <dinesh.mani...@altera.com>

Enable nand as one of the bootable media in SPL.

Signed-off-by: Dinesh Maniyam <dinesh.mani...@altera.com>
---
 arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
        };
 };
 
-- 
2.35.3

Reply via email to