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/mt7620 | |
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/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7620/config-4.14 b/target/linux/ramips/mt7620/config-4.14 index e1a8e0c73b..05f3963d43 100644 --- a/target/linux/ramips/mt7620/config-4.14 +++ b/target/linux/ramips/mt7620/config-4.14 @@ -158,7 +158,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_TPLINK_FW=y |