diff options
author | Tobias Wolf <github-NTEO@vplace.de> | 2016-12-21 13:56:16 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-02 00:13:49 +0100 |
commit | bf2f09c00593a131287d1cb152485f9a08319058 (patch) | |
tree | bd9d51f2ed1d7f830930f4d7e77c03b8488b1c5e /target/linux/ramips/rt288x | |
parent | 4f866929533e76efa6068dda07eebe6113d67ef6 (diff) | |
download | upstream-bf2f09c00593a131287d1cb152485f9a08319058.tar.gz upstream-bf2f09c00593a131287d1cb152485f9a08319058.tar.bz2 upstream-bf2f09c00593a131287d1cb152485f9a08319058.zip |
ramips: Introduce CONFIG_MIPS_APPENDED_RAW_DTB to F5D8235 V1 (rt288x)
This activates the CONFIG_MIPS_APPENDED_RAW_DTB kernel configuration and
configures the F5D8235 V1 target to use append-dtb for kernel creation
instead of OWRTDTB.
Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
[Jo-Philipp Wich: rewrap commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-4.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt288x/config-4.4 b/target/linux/ramips/rt288x/config-4.4 index 5f29322874..bff04da39a 100644 --- a/target/linux/ramips/rt288x/config-4.4 +++ b/target/linux/ramips/rt288x/config-4.4 @@ -119,8 +119,8 @@ CONFIG_MIPS_CMDLINE_FROM_DTB=y CONFIG_MIPS_L1_CACHE_SHIFT=4 CONFIG_MIPS_L1_CACHE_SHIFT_4=y # CONFIG_MIPS_MACHINE 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_MODULES_USE_ELF_REL=y # CONFIG_MTD_CFI_INTELEXT is not set |