From: Dinesh Maniyam <dinesh.mani...@intel.com>

This patch is to enable SPL_SYS_NAND_SELF_INIT for Cadence NAND SPL.

Signed-off-by: Dinesh Maniyam <dinesh.mani...@intel.com>
---
 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.26.2

Reply via email to