linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: multi_v7_defconfig: Enable ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND
@ 2014-08-04 16:59 Heiko Stübner
  2014-08-04 17:00 ` [PATCH 2/2] ARM: dts: rockchip: add bootargs setting the correct serial console Heiko Stübner
  0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stübner @ 2014-08-04 16:59 UTC (permalink / raw)
  To: linux-arm-kernel

At present on atag based legacy bootloaders, the provided kernel commandline
will be used unchanged, potentially using obscure parameters for outdated
vendor-kernel drivers.

Therefore allow them to be extended by known-good parameters from the
bootargs property of the dtb.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 1bf198b..16a42a5 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -80,6 +80,7 @@ CONFIG_HIGHPTE=y
 CONFIG_CMA=y
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_ARM_ATAG_DTB_COMPAT=y
+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_STAT_DETAILS=y
-- 
2.0.1

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

end of thread, other threads:[~2014-08-05 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 16:59 [PATCH 1/2] ARM: multi_v7_defconfig: Enable ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND Heiko Stübner
2014-08-04 17:00 ` [PATCH 2/2] ARM: dts: rockchip: add bootargs setting the correct serial console Heiko Stübner
2014-08-04 17:29   ` Arnd Bergmann
2014-08-05 12:53     ` Heiko Stübner
2014-08-05 14:53       ` Arnd Bergmann

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