public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] common/Kconfig: remove NOR_BOOT's depends on NOR
@ 2016-10-12  9:26 Zhiqiang Hou
  2016-10-12  9:26 ` [U-Boot] [PATCH 2/5] configs/ls104xa: enable the config NOR_BOOT Zhiqiang Hou
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Zhiqiang Hou @ 2016-10-12  9:26 UTC (permalink / raw)
  To: u-boot

From: Hou Zhiqiang <Zhiqiang.Hou@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@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

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-01-05  2:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12  9:26 [U-Boot] [PATCH 1/5] common/Kconfig: remove NOR_BOOT's depends on NOR Zhiqiang Hou
2016-10-12  9:26 ` [U-Boot] [PATCH 2/5] configs/ls104xa: enable the config NOR_BOOT Zhiqiang Hou
2016-10-17  3:40   ` Prabhakar Kushwaha
2016-10-17  9:12     ` Z.Q. Hou
2016-10-17 11:53       ` Tom Rini
2016-10-12  9:26 ` [U-Boot] [PATCH 3/5] kconfig: armv8: move armv8 sec_firmware CONFIG_* to Kconfig Zhiqiang Hou
2016-10-12  9:26 ` [U-Boot] [PATCH 4/5] kconfig: fsl PPA: move " Zhiqiang Hou
2016-10-24  7:40   ` Priyanka Jain
2016-11-07 18:32     ` york sun
2016-11-08  2:39       ` Z.Q. Hou
2017-01-04 18:49         ` york sun
2017-01-05  2:29           ` Z.Q. Hou
2016-10-12  9:26 ` [U-Boot] [PATCH 5/5] fsl PPA: enable PPA for ls1043ardb and ls1046ardb Zhiqiang Hou
2016-10-13 13:36 ` [U-Boot] [PATCH 1/5] common/Kconfig: remove NOR_BOOT's depends on NOR Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox