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/p1020/config-default | |
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/p1020/config-default')
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index 2ad3f75bee..00a02a8dc1 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -19,8 +19,7 @@ CONFIG_LOCK_SPIN_ON_OWNER=y CONFIG_MFD_CORE=y CONFIG_MFD_MAX77620=y CONFIG_MTD_CFI=y -CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_RAW_NAND=y CONFIG_MTD_NAND_FSL_ELBC=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPLIT_FIRMWARE=y |