diff mbox

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

Message ID 1476264373-2966-1-git-send-email-Zhiqiang.Hou@nxp.com
State Deferred
Delegated to: York Sun
Headers show

Commit Message

Z.Q. Hou Oct. 12, 2016, 9:26 a.m. UTC
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(-)

Comments

Tom Rini Oct. 13, 2016, 1:36 p.m. UTC | #1
On Wed, Oct 12, 2016 at 05:26:09PM +0800, Zhiqiang Hou wrote:

> 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>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

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