[openwrt/openwrt] mpc85xx: p1010: fix NAND devices

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 17 02:00:47 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/0f30b8d2d252af125c059cb3a499850c5a9bd315

commit 0f30b8d2d252af125c059cb3a499850c5a9bd315
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Wed Oct 16 15:31:20 2024 -0700

    mpc85xx: p1010: fix NAND devices
    
    Upstream commit 9ba0cae3cac07c21c583f9ff194f74043f90d29c made FSL_IFC
    visible and selectable, which means that in order for MTD_NAND_FSL_IFC
    to work, it needs these two extra CONFIG options.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16717
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 target/linux/mpc85xx/p1010/config-default | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default
index f00fb4d5fd..32f525aaf1 100644
--- a/target/linux/mpc85xx/p1010/config-default
+++ b/target/linux/mpc85xx/p1010/config-default
@@ -3,7 +3,9 @@ CONFIG_BR200_WP=y
 CONFIG_CMDLINE_OVERRIDE=y
 CONFIG_FIREBOX_T10=y
 # CONFIG_FSL_CORENET_CF is not set
+CONFIG_FSL_IFC=y
 CONFIG_GPIO_74X164=y
+CONFIG_MEMORY=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_NAND_FSL_IFC=y
 CONFIG_MTD_PHYSMAP=y




More information about the lede-commits mailing list