linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
@ 2013-09-20  0:56 Olof Johansson
  2013-09-20  0:59 ` Steev Klimaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2013-09-20  0:56 UTC (permalink / raw)
  To: linux-arm-kernel

This is needed on TrimSlice, since the u-boot on that hardware is too old
to support native device tree booting. Same for any device that currently
run fastboot, but none of that hardware is supported in mainline today;
or at least there are modern u-boot ports for it.

Signed-off-by: Olof Johansson <olof@lixom.net>
---
 arch/arm/configs/tegra_defconfig |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index ea042e8..b694a09 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -39,6 +39,8 @@ CONFIG_AEABI=y
 CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
 CONFIG_KEXEC=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
-- 
1.7.10.4

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

end of thread, other threads:[~2013-09-20  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20  0:56 [PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB Olof Johansson
2013-09-20  0:59 ` Steev Klimaszewski
2013-09-20  1:09   ` Olof Johansson
2013-09-20  1:35     ` Stephen Warren
2013-09-20  1:39       ` Olof Johansson
2013-09-20  1:58         ` Stephen Warren
2013-09-20  7:30           ` Thierry Reding

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