projects
/
openwrt
/
staging
/
pepe2k.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a475171
)
mpc85xx: p1010: fix NAND devices
author
Rosen Penev
<rosenp@gmail.com>
Wed, 16 Oct 2024 22:31:20 +0000
(15:31 -0700)
committer
Robert Marko
<robimarko@gmail.com>
Thu, 17 Oct 2024 08:59:52 +0000
(10:59 +0200)
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@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/16717
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/mpc85xx/p1010/config-default
patch
|
blob
|
history
diff --git
a/target/linux/mpc85xx/p1010/config-default
b/target/linux/mpc85xx/p1010/config-default
index afa930f4b4c03965509aa45b50d8ddaad04691fa..1cd84b52cadb918b302143880c322ae14c852f7f 100644
(file)
--- a/
target/linux/mpc85xx/p1010/config-default
+++ b/
target/linux/mpc85xx/p1010/config-default
@@
-2,7
+2,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