[resend v3 19/19] drivers: mtd: nand: Kconfig: Enabled self-init for cdns-nand SPL
dinesh.maniyam at intel.com
dinesh.maniyam at intel.com
Wed Feb 26 17:18:33 CET 2025
From: Dinesh Maniyam <dinesh.maniyam at intel.com>
Enable SPL_SYS_NAND_SELF_INIT for Cadence NAND SPL.
Signed-off-by: Dinesh Maniyam <dinesh.maniyam at intel.com>
---
v2:
- remove the "this patch is to" commit phrases
---
---
drivers/mtd/nand/raw/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 2ede732204..76d14a3447 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -211,6 +211,7 @@ config NAND_CADENCE
bool "Support Cadence NAND controller as a DT device"
depends on OF_CONTROL && DM_MTD
select SYS_NAND_SELF_INIT
+ select SPL_SYS_NAND_SELF_INIT
imply CMD_NAND
help
Enable the driver for NAND flash on platforms using a Cadence NAND
--
2.19.0
More information about the U-Boot
mailing list