linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: Add CMDLINE_EXTEND
@ 2016-12-02 22:17 Geoff Levand
  2016-12-05 12:08 ` Catalin Marinas
  0 siblings, 1 reply; 6+ messages in thread
From: Geoff Levand @ 2016-12-02 22:17 UTC (permalink / raw)
  To: linux-arm-kernel

The device tree code already supports CMDLINE_EXTEND,
so add the config option to make it available on arm64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---
 arch/arm64/Kconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 969ef88..51f7545 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -949,6 +949,12 @@ config CMDLINE
 	  entering them here. As a minimum, you should specify the the
 	  root device (e.g. root=/dev/nfs).
 
+config CMDLINE_EXTEND
+	bool "Extend bootloader kernel arguments"
+	help
+	  The command-line arguments provided by the boot loader will be
+	  appended to the default kernel command string.
+
 config CMDLINE_FORCE
 	bool "Always use the default kernel command string"
 	help
-- 
2.9.3

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

end of thread, other threads:[~2016-12-06 19:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 22:17 [PATCH] arm64: Add CMDLINE_EXTEND Geoff Levand
2016-12-05 12:08 ` Catalin Marinas
2016-12-05 17:41   ` Geoff Levand
2016-12-06 12:20     ` Will Deacon
2016-12-06 18:28       ` Geoff Levand
2016-12-06 19:03         ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).