diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-13 03:35:13 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-13 03:35:13 +0000 |
commit | 96a1645d52f799b713c5f9034cd137d00cf990a2 (patch) | |
tree | 332ee4e501ce0c518871ffe6afa01fa6a9fed11a /target/linux/kirkwood | |
parent | 0e08963e72923f00fd899be1fdc8c9232f989c2c (diff) | |
download | upstream-96a1645d52f799b713c5f9034cd137d00cf990a2.tar.gz upstream-96a1645d52f799b713c5f9034cd137d00cf990a2.tar.bz2 upstream-96a1645d52f799b713c5f9034cd137d00cf990a2.zip |
kirkwood: enable appended dtb (3.10.x)
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/config-3.10 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/kirkwood/config-3.10 b/target/linux/kirkwood/config-3.10 index 298870c5cb..143ea004fb 100644 --- a/target/linux/kirkwood/config-3.10 +++ b/target/linux/kirkwood/config-3.10 @@ -11,7 +11,10 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ARM=y -# CONFIG_ARM_APPENDED_DTB is not set +CONFIG_ARM_APPENDED_DTB=y +CONFIG_ARM_ATAG_DTB_COMPAT=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y # CONFIG_ARM_CPU_SUSPEND is not set CONFIG_ARM_L1_CACHE_SHIFT=5 CONFIG_ARM_NR_BANKS=8 |