[PATCH v2 3/5] mtd: nand: wire SPL NAND MTD loader into SPL build

Tom Rini trini at konsulko.com
Tue Feb 3 15:57:58 CET 2026


On Tue, Feb 03, 2026 at 03:47:19PM +0800, dinesh.maniyam at altera.com wrote:
> From: Dinesh Maniyam <dinesh.maniyam at altera.com>
> 
> Wire the generic SPL NAND MTD loader into the NAND SPL build when
> SPL_NAND_USE_NAND_FRAMEWORK is enabled.
> 
> Signed-off-by: Dinesh Maniyam <dinesh.maniyam at altera.com>
> ---
>  drivers/mtd/nand/raw/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/nand/raw/Makefile b/drivers/mtd/nand/raw/Makefile
> index 76546a6287b..51a3b9a2aee 100644
> --- a/drivers/mtd/nand/raw/Makefile
> +++ b/drivers/mtd/nand/raw/Makefile
> @@ -12,6 +12,7 @@ endif
>  obj-$(CONFIG_SPL_NAND_AM33XX_BCH) += am335x_spl_bch.o
>  obj-$(CONFIG_SPL_NAND_CADENCE) += cadence_spl.o
>  obj-$(CONFIG_SPL_NAND_DENALI) += denali_spl.o
> +obj-$(CONFIG_SPL_NAND_USE_NAND_FRAMEWORK) += spl_nand_mtd.o
>  obj-$(CONFIG_SPL_NAND_SIMPLE) += nand_spl_simple.o
>  obj-$(CONFIG_SPL_NAND_LOAD) += nand_spl_load.o
>  obj-$(CONFIG_SPL_NAND_ECC) += nand_ecc.o

This should be in the previous patch.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260203/f9e261fc/attachment.sig>


More information about the U-Boot mailing list