summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2021-01-11 21:38:22 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-03-01 00:34:23 +0100
commit76649fd06d454f1b93f2ee74951ef91225155a8c (patch)
treeab589fe9fc7b54558b7b2c1b670254f2274d2bd8
parent788ec9a7cfc843c8e46451331521cdc7d81866bd (diff)
downloadopenwrt-76649fd06d454f1b93f2ee74951ef91225155a8c.tar.gz
openwrt-76649fd06d454f1b93f2ee74951ef91225155a8c.tar.bz2
openwrt-76649fd06d454f1b93f2ee74951ef91225155a8c.zip
mpc85xx: p2020: fix cfi-nor detection
At this moment p2020rdb has broken images, because NOR memory connected to eLBC bus isn't detected. In 642b1e8dbed7 linux tree commit, config dependencies of MTD_PHYSMAP_OF was changed and now MTD_PHYSMAP is required. This patch adds MTD_PHYSMAP option to kernel config in p2020 subtarget and fix booting of p2020rdb. Fixes: 13b1db795f05 ("mpc85xx: add support for kernel 5.4") Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
-rw-r--r--target/linux/mpc85xx/p2020/config-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p2020/config-default b/target/linux/mpc85xx/p2020/config-default
index be75f36814..fa43a214cd 100644
--- a/target/linux/mpc85xx/p2020/config-default
+++ b/target/linux/mpc85xx/p2020/config-default
@@ -10,6 +10,7 @@ CONFIG_MTD_CFI=y
CONFIG_MTD_NAND_BCH=y
CONFIG_MTD_NAND_ECC_BCH=y
CONFIG_MTD_NAND_FSL_ELBC=y
+CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_SPLIT_FIRMWARE=y
CONFIG_MTD_SPLIT_FIT_FW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y