From: Gregory CLEMENT Date: Mon, 4 Feb 2013 17:21:07 +0000 (+0100) Subject: arm: mvebu: update defconfig with ATAG support when using DT X-Git-Tag: next-20130220~18^2~6^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7649cca52a73c10712b033b4eba908c48d9c0bb7;p=karo-tx-linux.git 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 Signed-off-by: Jason Cooper --- 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 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_VFP=y CONFIG_NET=y CONFIG_INET=y