]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
dts: agilex5: Enabled nand boot in SPL
authorDinesh Maniyam <dinesh.maniyam@altera.com>
Tue, 17 Jun 2025 04:29:10 +0000 (12:29 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 30 Jul 2025 09:45:30 +0000 (17:45 +0800)
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>
arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi

index 8d7dc0945ab63fb6eee392978912cf6eb7a40671..938ddb04c04bdabf71b5a32bb6a69f7bdf48439d 100644 (file)
@@ -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";
        };
 };