From: Olof Johansson Date: Mon, 16 Sep 2013 16:01:24 +0000 (-0700) Subject: ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a0396b9bd5a4a7baf598b60d2ca53c605c440a42;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git ARM: multi_v7_defconfig: enable ARM_ATAG_DTB_COMPAT 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 --- diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 6e572c64cf5a..aba4ec728651 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