diff options
author | John Crispin <john@openwrt.org> | 2016-03-20 14:41:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-20 14:41:54 +0000 |
commit | d6d0597cdf2f8fc7ba305a920c20a7fb912d8401 (patch) | |
tree | 8c15f4a8db38d1c30678c3f9bbdff3279809d24d /target/linux/lantiq/config-4.4 | |
parent | 217a64375547a6a5f2aba81bd1dcb0b99148c2ba (diff) | |
download | upstream-d6d0597cdf2f8fc7ba305a920c20a7fb912d8401.tar.gz upstream-d6d0597cdf2f8fc7ba305a920c20a7fb912d8401.tar.bz2 upstream-d6d0597cdf2f8fc7ba305a920c20a7fb912d8401.zip |
lantiq: use upstream mechanism to append device tree file
Instead of using our patch-dtb program just place the device tree
behind the kernel binary and then let the in kernel mechanism fetch it.
This also adds support for having the device tree file in the boot
loader.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49050
Diffstat (limited to 'target/linux/lantiq/config-4.4')
-rw-r--r-- | target/linux/lantiq/config-4.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/config-4.4 b/target/linux/lantiq/config-4.4 index 5d4b7cc815..cf3ec47429 100644 --- a/target/linux/lantiq/config-4.4 +++ b/target/linux/lantiq/config-4.4 @@ -38,7 +38,7 @@ CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CSRC_R4K=y CONFIG_DMA_NONCOHERENT=y CONFIG_DTC=y -CONFIG_DT_EASY50712=y +# CONFIG_DT_EASY50712 is not set CONFIG_EARLY_PRINTK=y CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_GENERIC_ATOMIC64=y @@ -108,6 +108,7 @@ CONFIG_IRQ_FORCED_THREADING=y CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_LANTIQ=y +CONFIG_LANTIQ_DT_NONE=y CONFIG_LANTIQ_ETOP=y # CONFIG_LANTIQ_PHY is not set CONFIG_LANTIQ_WDT=y @@ -125,8 +126,8 @@ CONFIG_MIPS_CMDLINE_FROM_DTB=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_MT_SMP is not set -CONFIG_MIPS_NO_APPENDED_DTB=y -# CONFIG_MIPS_RAW_APPENDED_DTB is not set +# CONFIG_MIPS_NO_APPENDED_DTB is not set +CONFIG_MIPS_RAW_APPENDED_DTB=y CONFIG_MIPS_SPRAM=y # CONFIG_MIPS_VPE_LOADER is not set CONFIG_MODULES_USE_ELF_REL=y @@ -187,7 +188,6 @@ CONFIG_SPI=y CONFIG_SPI_LANTIQ=y CONFIG_SPI_MASTER=y CONFIG_SRCU=y -# CONFIG_SUNXI_SRAM is not set CONFIG_SWAP_IO_SPACE=y CONFIG_SWCONFIG=y CONFIG_SYSCTL_EXCEPTION_TRACE=y |