diff options
author | Tom Rini <trini@ti.com> | 2013-07-01 09:13:13 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-07-04 08:11:57 -0400 |
commit | c24a6ae18abde53b048372b066b93b71b1b91154 (patch) | |
tree | cbbeb9643e46305b821338093f6f9eb08d1ac368 /arch/arm | |
parent | fb15bdfbd76dae771069d2a93ebe4bbf84f361d0 (diff) |
ARM: OMAP2+: omap2plus_defconfig: Enable appended DTB support
As this config must support boards which cannot support separate device
trees, enable support for appended ones.
Cc: Tony Lindgren <tony@atomide.com>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 009fa6944687..a58d57017fed 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -34,6 +34,8 @@ CONFIG_NR_CPUS=2 | |||
34 | CONFIG_LEDS=y | 34 | CONFIG_LEDS=y |
35 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 35 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
36 | CONFIG_ZBOOT_ROM_BSS=0x0 | 36 | CONFIG_ZBOOT_ROM_BSS=0x0 |
37 | CONFIG_ARM_APPENDED_DTB=y | ||
38 | CONFIG_ARM_ATAG_DTB_COMPAT=y | ||
37 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200" | 39 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200" |
38 | CONFIG_KEXEC=y | 40 | CONFIG_KEXEC=y |
39 | CONFIG_FPE_NWFPE=y | 41 | CONFIG_FPE_NWFPE=y |