
12 Oct
2016
12 Oct
'16
11:26 a.m.
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