> -----Original Message----- > From: Maniyam, Dinesh <[email protected]> > Sent: Tuesday, June 17, 2025 12:29 PM > To: [email protected] > Cc: Marek <[email protected]>; Simon <[email protected]>; > Simon Glass <[email protected]>; Tom Rini <[email protected]>; Chee, > Tien Fong <[email protected]>; Hea, Kok Kiang > <[email protected]>; Maniyam, Dinesh > <[email protected]>; Ng, Boon Khai <[email protected]>; > Yuslaimi, Alif Zakuan <[email protected]>; Lim, Jit Loon > <[email protected]> > Subject: [PATCH] dts: agilex5: Enabled nand boot in SPL > > From: Dinesh Maniyam <[email protected]> > > Enable nand as one of the bootable media in SPL. > > Signed-off-by: Dinesh Maniyam <[email protected]> > --- > 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 Reviewed-by: Tien Fong Chee <[email protected]> Best regards, Tien Fong

