diff options
author | David Bauer <mail@david-bauer.net> | 2020-02-24 22:49:45 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-02-28 23:32:37 +0100 |
commit | 1287bb48dc7295b56d4597a3789429da618a8ec7 (patch) | |
tree | 87e983202ee8af1c17e47e276dc9092eaa2a2290 /target/linux/mpc85xx/generic | |
parent | a2ae9a07d2d4843665d04ddcc1357ee22a72216a (diff) | |
download | upstream-1287bb48dc7295b56d4597a3789429da618a8ec7.tar.gz upstream-1287bb48dc7295b56d4597a3789429da618a8ec7.tar.bz2 upstream-1287bb48dc7295b56d4597a3789429da618a8ec7.zip |
mpc85xx: fix build with kernel 5.4
This fixes some outstanding issues with the Kernel 5.4 build:
* Adds missing support patch for the Enterasys WS-AP3710i
* Fixes incorrect NAND symbols
* Adds patch for broken image wrapping
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/generic')
-rw-r--r-- | target/linux/mpc85xx/generic/config-default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/generic/config-default b/target/linux/mpc85xx/generic/config-default index c38ffce92f..93ed5c5e55 100644 --- a/target/linux/mpc85xx/generic/config-default +++ b/target/linux/mpc85xx/generic/config-default @@ -1,6 +1,5 @@ # CONFIG_FSL_CORENET_CF is not set -CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_RAW_NAND=y CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_TPLINK_FW=y |