projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224bdcb
)
ARM: ixp4xx_defconfig: add MTD_PHYSMAP
author
Corentin Labbe
<clabbe@baylibre.com>
Tue, 4 May 2021 19:34:54 +0000
(19:34 +0000)
committer
Olof Johansson
<olof@lixom.net>
Sat, 12 Jun 2021 15:21:30 +0000
(08:21 -0700)
Without MTD_PHYSMAP/MTD_PHYSMAP_OF the flash partitions of my welltech,epbx100
are not detected.
Link:
https://lore.kernel.org/r/20210504193457.4008384-3-clabbe@baylibre.com
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/ixp4xx_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm/configs/ixp4xx_defconfig
b/arch/arm/configs/ixp4xx_defconfig
index
e3bcf2b
..
9a76673
100644
(file)
--- a/
arch/arm/configs/ixp4xx_defconfig
+++ b/
arch/arm/configs/ixp4xx_defconfig
@@
-109,6
+109,8
@@
CONFIG_MTD_REDBOOT_PARTS=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_INTELEXT=y
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_OF=y
CONFIG_MTD_COMPLEX_MAPPINGS=y
CONFIG_MTD_IXP4XX=y
CONFIG_MTD_RAW_NAND=m