linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable] ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT
@ 2013-10-07 18:00 Kevin Hilman
  2013-10-10 23:14 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2013-10-07 18:00 UTC (permalink / raw)
  To: linux-arm-kernel

From: Olof Johansson <olof@lixom.net>

Without this, legacy platforms that can boot with a multiplatform
kernel but that need the DTB to be appended, won't have a way to pass
firmware-set bootargs to the kernel.

This is needed to boot multi_v7_defconfig on snowball, for instance.

Signed-off-by: Olof Johansson <olof@lixom.net>
---
Greg, This is in Linus' tree as commit a0396b9bd5a4a7baf598b60d2ca53c605c440a42
but we neglected to flag this for stable even though it's needed for
older kernels too.  Please cherry-pick into stable.  

Intended for v3.11.y.  Thanks.
 
 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 6e572c6..aba4ec7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -46,6 +46,7 @@ CONFIG_ARCH_ZYNQ=y
 CONFIG_SMP=y
 CONFIG_HIGHPTE=y
 CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_NET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
-- 
1.8.3

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

* [PATCH stable] ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT
  2013-10-07 18:00 [PATCH stable] ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT Kevin Hilman
@ 2013-10-10 23:14 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2013-10-10 23:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 07, 2013 at 11:00:46AM -0700, Kevin Hilman wrote:
> From: Olof Johansson <olof@lixom.net>
> 
> Without this, legacy platforms that can boot with a multiplatform
> kernel but that need the DTB to be appended, won't have a way to pass
> firmware-set bootargs to the kernel.
> 
> This is needed to boot multi_v7_defconfig on snowball, for instance.
> 
> Signed-off-by: Olof Johansson <olof@lixom.net>
> ---
> Greg, This is in Linus' tree as commit a0396b9bd5a4a7baf598b60d2ca53c605c440a42
> but we neglected to flag this for stable even though it's needed for
> older kernels too.  Please cherry-pick into stable.  
> 
> Intended for v3.11.y.  Thanks.

Now applied, thanks.

greg k-h

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

end of thread, other threads:[~2013-10-10 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07 18:00 [PATCH stable] ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT Kevin Hilman
2013-10-10 23:14 ` Greg KH

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