summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-19 20:22:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-14 23:37:53 +0100
commit2749fbac48374b5f5cedda31aa85cca5f199536c (patch)
tree332a305b39d27b1d5717be2cd12c02ef597b452b /arch/ppc
parent1bd90ff5a11fdb79eb865173d2bf4b5e25d95679 (diff)
downloadbarebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.gz
barebox-2749fbac48374b5f5cedda31aa85cca5f199536c.tar.xz
nor flash: integrate into mtd
CFI Flash is currently handled outside the mtd layer which makes it a special case. Integrate it into mtd so that we get rid of this special status. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/configs/pcm030_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/configs/pcm030_defconfig b/arch/ppc/configs/pcm030_defconfig
index d2ff16c71b..97438416cf 100644
--- a/arch/ppc/configs/pcm030_defconfig
+++ b/arch/ppc/configs/pcm030_defconfig
@@ -36,6 +36,7 @@ CONFIG_FS_TFTP=y
CONFIG_ARCH_MPC5XXX=y
CONFIG_MACH_PHYCORE_MPC5200B_TINY=y
CONFIG_DRIVER_NET_MPC5200=y
+CONFIG_MTD=y
CONFIG_DRIVER_CFI=y
CONFIG_CFI_BUFFER_WRITE=y
CONFIG_ZLIB=y