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

Maniyam, Dinesh dinesh.maniyam at altera.com
Wed Feb 11 08:22:57 CET 2026


Hi Tom,

On 3/2/2026 10:57 pm, Tom Rini wrote:
> 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.
>
> I will merge it to the previous patch.
>
> Dinesh


More information about the U-Boot mailing list