[U-Boot] [PATCH 1/5] common/Kconfig: remove NOR_BOOT's depends on NOR

Zhiqiang Hou Zhiqiang.Hou at nxp.com
Wed Oct 12 11:26:09 CEST 2016


From: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>

Remove this dependency to make the NOR_BOOT available for other
SoCs which do not have the config NOR, not only for am335x.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou at nxp.com>
---
 common/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index c69c141..7fd6c49 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -101,7 +101,6 @@ menu "Boot media"
 
 config NOR_BOOT
 	bool "Support for booting from NOR flash"
-	depends on NOR
 	help
 	  Enabling this will make a U-Boot binary that is capable of being
 	  booted via NOR.  In this case we will enable certain pinmux early
-- 
2.1.0.27.g96db324



More information about the U-Boot mailing list