[PATCH v4 21/25] spl: allow using nand base without standard nand driver

Weijie Gao weijie.gao at mediatek.com
Tue May 10 14:20:00 CEST 2022


This patch removes the dependency to SPL_NAND_DRIVERS for SPL_NAND_BASE to
allow minimal spl nand driver to use nand base for probing NAND chips.

Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
---
v4 changes: new
---
 common/spl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 84f2847c72..fd23a65f4a 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -762,7 +762,7 @@ config SPL_NAND_SIMPLE
 	  expose the cmd_ctrl() interface.
 
 config SPL_NAND_BASE
-	depends on SPL_NAND_DRIVERS
+	depends on SPL_NAND_SUPPORT
 	bool "Use Base NAND Driver"
 	help
 	  Include nand_base.c in the SPL.
-- 
2.17.1



More information about the U-Boot mailing list