public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anshul Dalal <anshuld@ti.com>
To: Anurag Dutta <a-dutta@ti.com>, <jagan@amarulasolutions.com>,
	<trini@konsulko.com>
Cc: <michal.simek@amd.com>, <venkatesh.abbarapu@amd.com>,
	<boon.khai.ng@altera.com>, <s-k6@ti.com>, <gehariprasath@ti.com>,
	<vigneshr@ti.com>, <u-kumar1@ti.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH 6/7] arm: spl: Enumerate SPINAND as a boot device
Date: Wed, 18 Feb 2026 14:04:41 +0530	[thread overview]
Message-ID: <DGHY74TH5SX5.2YM5HTPH5MR6M@ti.com> (raw)
In-Reply-To: <20260217112156.272154-7-a-dutta@ti.com>

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

  reply	other threads:[~2026-02-18  8:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-17 11:21 [PATCH 0/7] OSPI NAND MTD load and boot support Anurag Dutta
2026-02-17 11:21 ` [PATCH 1/7] common: spl: mtd: Add support for loading images from MTD Anurag Dutta
2026-02-17 14:54   ` Sean Anderson
2026-02-17 15:14     ` Sean Anderson
2026-02-18  8:42   ` Anshul Dalal
2026-02-17 11:21 ` [PATCH 2/7] spl: mtd: Remove MTD device after loading images Anurag Dutta
2026-02-17 11:21 ` [PATCH 3/7] spl: mtd: Add bad block handling for SPL image loading Anurag Dutta
2026-02-19  8:38   ` Anshul Dalal
2026-02-17 11:21 ` [PATCH 4/7] spl: Add MTD loading support configuration Anurag Dutta
2026-02-17 11:21 ` [PATCH 5/7] mtd: nand: spi: Enable spinand build Kconfig option for spl Anurag Dutta
2026-02-17 11:21 ` [PATCH 6/7] arm: spl: Enumerate SPINAND as a boot device Anurag Dutta
2026-02-18  8:34   ` Anshul Dalal [this message]
2026-02-17 11:21 ` [PATCH 7/7] include: environment: ti: Add ospi_nand environment variables Anurag Dutta
2026-02-17 13:31 ` [PATCH 0/7] OSPI NAND MTD load and boot support Santhosh Kumar K
2026-02-17 13:37   ` Santhosh Kumar K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DGHY74TH5SX5.2YM5HTPH5MR6M@ti.com \
    --to=anshuld@ti.com \
    --cc=a-dutta@ti.com \
    --cc=boon.khai.ng@altera.com \
    --cc=gehariprasath@ti.com \
    --cc=jagan@amarulasolutions.com \
    --cc=michal.simek@amd.com \
    --cc=s-k6@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@ti.com \
    --cc=venkatesh.abbarapu@amd.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox