All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: Drop ATAGS dependency for setting command line type
@ 2017-08-30  7:03 Stefan Sørensen
  0 siblings, 0 replies; only message in thread
From: Stefan Sørensen @ 2017-08-30  7:03 UTC (permalink / raw)
  To: linux-arm-kernel

Setting CMDLINE_{FROM_BOOTLOADER,FORCE,EXTEND} on a build wihtout ATAGS is
both supported and useful, so remove the dependency on ATAGS.

Signed-off-by: Stefan S?rensen <stefan.sorensen@spectralink.com>
---
 arch/arm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 61a0cb15067e..09ab43b889a0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1951,7 +1951,6 @@ config CMDLINE
 choice
 	prompt "Kernel command line type" if CMDLINE != ""
 	default CMDLINE_FROM_BOOTLOADER
-	depends on ATAGS
 
 config CMDLINE_FROM_BOOTLOADER
 	bool "Use bootloader kernel arguments if available"
-- 
2.13.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-30  7:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30  7:03 [PATCH] arm: Drop ATAGS dependency for setting command line type Stefan Sørensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.