diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-11-22 10:12:19 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-11-22 10:13:56 +0100 |
commit | d3381b5a6401d3eec6df4a4a302db8768b6a72df (patch) | |
tree | 6cb0e94c0fa7c89262a87444c92a7e28433fd454 /target/linux/bcm53xx/config-4.14 | |
parent | dab5a93086400c31587f1c7c10ce96342b5c86ac (diff) | |
download | upstream-d3381b5a6401d3eec6df4a4a302db8768b6a72df.tar.gz upstream-d3381b5a6401d3eec6df4a4a302db8768b6a72df.tar.bz2 upstream-d3381b5a6401d3eec6df4a4a302db8768b6a72df.zip |
bcm53xx: request Seama parser on DIR-885L directly
It's more reliable as mtd subsystem doesn't have to blindly try that
parser. It allows disabling MTD_SPLIT_FIRMWARE completely (TRX is
handled in a similar way).
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.14')
-rw-r--r-- | target/linux/bcm53xx/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index 45ca7b4a06..12da0eec9f 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -247,7 +247,6 @@ CONFIG_MTD_NAND_ECC=y CONFIG_MTD_PARSER_TRX=y # CONFIG_MTD_PHYSMAP_OF is not set CONFIG_MTD_SPI_NOR=y -CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_SEAMA_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 |