On Tue Feb 17, 2026 at 4:51 PM IST, Anurag Dutta wrote: > From: Apurva Nandan <[email protected]> > > Add enum BOOT_DEVICE_SPINAND in spl.h > > Signed-off-by: Apurva Nandan <[email protected]> > Signed-off-by: Anurag Dutta <[email protected]> > --- > arch/arm/include/asm/spl.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h > index ee79a19c05c..cd9b7942fca 100644 > --- a/arch/arm/include/asm/spl.h > +++ b/arch/arm/include/asm/spl.h > @@ -20,6 +20,7 @@ enum { > BOOT_DEVICE_NAND, > BOOT_DEVICE_ONENAND, > BOOT_DEVICE_NOR, > + BOOT_DEVICE_SPINAND, > BOOT_DEVICE_UART, > BOOT_DEVICE_SPI, > BOOT_DEVICE_USB,
NIT: Shouldn't this come before 1/7 of the series since we are making use of the symbol there?

