diff options
author | Olof Johansson <olof@lixom.net> | 2013-09-16 12:01:24 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-09-17 12:08:14 -0400 |
commit | a0396b9bd5a4a7baf598b60d2ca53c605c440a42 (patch) | |
tree | 0b7ebb49896da506a9fd9ca248b512b592eea9d3 | |
parent | 6cefc8ee768402db087adb4193c7919564e1ac1b (diff) |
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 <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
46 | CONFIG_SMP=y | 46 | CONFIG_SMP=y |
47 | CONFIG_HIGHPTE=y | 47 | CONFIG_HIGHPTE=y |
48 | CONFIG_ARM_APPENDED_DTB=y | 48 | CONFIG_ARM_APPENDED_DTB=y |
49 | CONFIG_ARM_ATAG_DTB_COMPAT=y | ||
49 | CONFIG_NET=y | 50 | CONFIG_NET=y |
50 | CONFIG_UNIX=y | 51 | CONFIG_UNIX=y |
51 | CONFIG_INET=y | 52 | CONFIG_INET=y |