diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-26 18:48:30 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-01-26 21:46:33 +0100 |
commit | 8293aec94348a077e370eb0ceb3076fc64dcc092 (patch) | |
tree | 565befddafc57b5dc0985546cc2efd368f69142d /target/linux/ramips/rt305x/config-4.14 | |
parent | acd790c15050acd83b38cf65b7b4dbf7832ddb75 (diff) | |
download | upstream-8293aec94348a077e370eb0ceb3076fc64dcc092.tar.gz upstream-8293aec94348a077e370eb0ceb3076fc64dcc092.tar.bz2 upstream-8293aec94348a077e370eb0ceb3076fc64dcc092.zip |
ramips: disable CONFIG_MTD_SPLIT_FIRMWARE
It's no longer needed as all mt7621 devices use DT binding (supported by
upstream mtd code) for specifying "firmware" part format explicitly.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/rt305x/config-4.14')
-rw-r--r-- | target/linux/ramips/rt305x/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/rt305x/config-4.14 b/target/linux/ramips/rt305x/config-4.14 index 346a8a8814..1f00bdaae9 100644 --- a/target/linux/ramips/rt305x/config-4.14 +++ b/target/linux/ramips/rt305x/config-4.14 @@ -135,7 +135,6 @@ CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y CONFIG_MTD_SPI_NOR_USE_4K_SECTORS_LIMIT=16384 -CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_JIMAGE_FW=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y |