aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs
diff options
context:
space:
mode:
authorBob Liu <lliubbo@gmail.com>2012-05-15 13:58:56 +0800
committerBob Liu <lliubbo@gmail.com>2012-05-21 14:54:47 +0800
commit1c40093976192c837c80f0c723394f176ca132ff (patch)
treeb12d8da67bed08d9cc095156c6aae7a8d495861a /arch/blackfin/configs
parentblackfin: mach-bf609: add can_wakeup to ethernet device (diff)
downloadlinux-dev-1c40093976192c837c80f0c723394f176ca132ff.tar.xz
linux-dev-1c40093976192c837c80f0c723394f176ca132ff.zip
blackfin:mach-bf609: fix norflash for bf609-ezkit
Set smc register to async flash protocol mode and use physmap driver instead of bfin-bf6xx. Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/configs/BF609-EZKIT_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF609-EZKIT_defconfig b/arch/blackfin/configs/BF609-EZKIT_defconfig
index 07c92465109a..0864f7aaa572 100644
--- a/arch/blackfin/configs/BF609-EZKIT_defconfig
+++ b/arch/blackfin/configs/BF609-EZKIT_defconfig
@@ -57,11 +57,12 @@ CONFIG_FW_LOADER=m
CONFIG_MTD=y
CONFIG_MTD_CMDLINE_PARTS=y
CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_INTELEXT=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_COMPLEX_MAPPINGS=y
-CONFIG_MTD_BFIN_BF60x=y
+CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_M25P80=y
CONFIG_MTD_UBI=m
CONFIG_SCSI=y