aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2013-02-04 12:21:07 -0500
committerArnd Bergmann <arnd@arndb.de>2013-02-28 12:57:09 -0500
commitd57c3590f5136a125e4684a1c1ab24f1b5dd2cfd (patch)
tree46355f5bc6c374dc1518706fbacaf44f1e0fa596 /arch/arm/configs
parentd0b8a49c4bddca6e9d55fc2eb1e151a7403a8093 (diff)
arm: mvebu: update defconfig with ATAG support when using DT
Some of the mvebu boards (mainly the development board) come with plug-in RAM modules. This patch allows to let the bootloaders which have no support for DTS to give the real amount of memory available on the board. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/mvebu_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index da6ad6bd41e0..2ec8119cff73 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -20,6 +20,7 @@ CONFIG_HIGHMEM=y
20CONFIG_ZBOOT_ROM_TEXT=0x0 20CONFIG_ZBOOT_ROM_TEXT=0x0
21CONFIG_ZBOOT_ROM_BSS=0x0 21CONFIG_ZBOOT_ROM_BSS=0x0
22CONFIG_ARM_APPENDED_DTB=y 22CONFIG_ARM_APPENDED_DTB=y
23CONFIG_ARM_ATAG_DTB_COMPAT=y
23CONFIG_VFP=y 24CONFIG_VFP=y
24CONFIG_NET=y 25CONFIG_NET=y
25CONFIG_INET=y 26CONFIG_INET=y