From: Dinesh Maniyam Date: Tue, 17 Jun 2025 04:29:10 +0000 (+0800) Subject: dts: agilex5: Enabled nand boot in SPL X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=344d785aba6da57883a33ad4f98a344dbef603bb;p=thirdparty%2Fu-boot.git dts: agilex5: Enabled nand boot in SPL Enable nand as one of the bootable media in SPL. Signed-off-by: Dinesh Maniyam Reviewed-by: Tien Fong Chee --- 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"; }; };