diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 11:47:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 11:47:02 +0000 |
commit | 3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61 (patch) | |
tree | 069ceac15ecd884514d05a53eb0cd61e03037561 /target/linux/ipq806x/config-4.0 | |
parent | bdcba36442a443249a2f68b76a12bced088de0d3 (diff) | |
download | mtk-20170518-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.zip mtk-20170518-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.tar.gz mtk-20170518-3c4bc0cd77fabc8b77fc7a136ce35786cc5c2a61.tar.bz2 |
ipq806x: add support for zImage kernel
This change enable zImage+appended dtb support in ipq806x kernel
options. The zImage will now be generated as part of the kernel
binaries. Platforms which do not have DT support enabled in U-boot
can now make use of it by generating zImage files and appending dtb
to it.
It is not used yet but it is done as a stepping stone for early IPQ806x
platforms, which did not include DT support in U-boot.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45662
Diffstat (limited to 'target/linux/ipq806x/config-4.0')
-rw-r--r-- | target/linux/ipq806x/config-4.0 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-4.0 b/target/linux/ipq806x/config-4.0 index c7bbcd9..9d8ff65 100644 --- a/target/linux/ipq806x/config-4.0 +++ b/target/linux/ipq806x/config-4.0 @@ -34,8 +34,10 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_ARM=y CONFIG_ARM_AMBA=y +CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y +# CONFIG_ARM_ATAG_DTB_COMPAT is not set CONFIG_ARM_CPU_SUSPEND=y CONFIG_ARM_GIC=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -50,7 +52,6 @@ CONFIG_ARM_THUMB=y CONFIG_ARM_UNWIND=y CONFIG_ARM_VIRT_EXT=y CONFIG_AT803X_PHY=y -CONFIG_AUTO_ZRELADDR=y # CONFIG_BATTERY_GAUGE_LTC2941 is not set # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 |