[PATCH] Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driver

From: "Lokanathan, Raaj" raaj.lokanathan@intel.com
Add the CONFIG_SYS_NAND_SELF_INIT to the Kconfig to follow the changes from mainline.
Signed-off-by: Lokanathan, Raaj raaj.lokanathan@intel.com Signed-off-by: Jit Loon Lim jit.loon.lim@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 ce67d1abde..1e889afd01 100644 --- a/drivers/mtd/nand/raw/Kconfig +++ b/drivers/mtd/nand/raw/Kconfig @@ -148,6 +148,7 @@ config NAND_DENALI config NAND_DENALI_DT bool "Support Denali NAND controller as a DT device" select NAND_DENALI + select SPL_SYS_NAND_SELF_INIT depends on OF_CONTROL && DM_MTD help Enable the driver for NAND flash on platforms using a Denali NAND

On Sun, Dec 11, 2022 at 11:37:42PM +0800, Jit Loon Lim wrote:
From: "Lokanathan, Raaj" raaj.lokanathan@intel.com
Add the CONFIG_SYS_NAND_SELF_INIT to the Kconfig to follow the changes from mainline.
Signed-off-by: Lokanathan, Raaj raaj.lokanathan@intel.com Signed-off-by: Jit Loon Lim jit.loon.lim@intel.com
Applied to u-boot/next, thanks!
participants (2)
-
Jit Loon Lim
-
Tom Rini