[PATCH 6/7] arm: spl: Enumerate SPINAND as a boot device

Anshul Dalal anshuld at ti.com
Wed Feb 18 09:34:41 CET 2026


On Tue Feb 17, 2026 at 4:51 PM IST, Anurag Dutta wrote:
> From: Apurva Nandan <a-nandan at ti.com>
>
> Add enum BOOT_DEVICE_SPINAND in spl.h
>
> Signed-off-by: Apurva Nandan <a-nandan at ti.com>
> Signed-off-by: Anurag Dutta <a-dutta at ti.com>
> ---
>  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?


More information about the U-Boot mailing list