diff mbox series

arm: Drop ATAGS dependency for setting command line type

Message ID 20170830070334.4091-1-stefan.sorensen@spectralink.com
State New
Headers show
Series arm: Drop ATAGS dependency for setting command line type | expand

Commit Message

Sørensen, Stefan Aug. 30, 2017, 7:03 a.m. UTC
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 mbox series

Patch

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"