[PATCH 3/5] mtd: nand: wire SPL NAND MTD loader into SPL build
dinesh.maniyam at altera.com
dinesh.maniyam at altera.com
Thu Jan 29 06:04:44 CET 2026
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
--
2.43.7
More information about the U-Boot
mailing list