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>
This commit is contained in:
Dinesh Maniyam
2025-07-30 17:45:30 +08:00
committed by Tien Fong Chee
parent 5a13fa7c66
commit 344d785aba
@@ -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";
};
};