From 2749fbac48374b5f5cedda31aa85cca5f199536c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 19 Apr 2012 20:22:00 +0200 Subject: 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 --- arch/arm/configs/edb93xx_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/configs/edb93xx_defconfig') diff --git a/arch/arm/configs/edb93xx_defconfig b/arch/arm/configs/edb93xx_defconfig index 363e51172b..86b1040266 100644 --- a/arch/arm/configs/edb93xx_defconfig +++ b/arch/arm/configs/edb93xx_defconfig @@ -30,4 +30,5 @@ CONFIG_CMD_TFTP=y CONFIG_FS_TFTP=y CONFIG_DRIVER_NET_EP93XX=y # CONFIG_SPI is not set +CONFIG_MTD=y CONFIG_DRIVER_CFI=y -- cgit v1.2.3