[resend v2 19/19] drivers: mtd: nand: Kconfig: Enabled self-init for cdns-nand SPL
dinesh.maniyam at intel.com
dinesh.maniyam at intel.com
Thu Dec 5 10:23:15 CET 2024
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 90f8f4b688..32444c2468 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