summaryrefslogtreecommitdiff
path: root/arch/sh/configs
diff options
context:
space:
mode:
authorMarkus Brunner <super.firetwister@gmail.com>2007-09-21 06:27:35 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2007-09-21 06:27:35 (GMT)
commite87ab0c43c30faa0f4b337bfa87bce7923e67485 (patch)
tree7d2235f31282ef3c725227bcaf3a21ec4a9a4234 /arch/sh/configs
parent02353f5d2a317861536b8c38fea44196bdd5787c (diff)
downloadlinux-e87ab0c43c30faa0f4b337bfa87bce7923e67485.tar.xz
sh: Magic Panel MTD mapping update.
This update moves the flash mapping for the Magic Panel into the board setup. It also removes references to the old MTD mapping option in the defconfig. Signed-off by: Markus Brunner <super.firetwister@gmail.com> Signed-off by: Mark Jonas <toertel@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs')
-rw-r--r--arch/sh/configs/magicpanelr2_defconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/sh/configs/magicpanelr2_defconfig b/arch/sh/configs/magicpanelr2_defconfig
index ce4e764..f8398a5 100644
--- a/arch/sh/configs/magicpanelr2_defconfig
+++ b/arch/sh/configs/magicpanelr2_defconfig
@@ -185,7 +185,7 @@ CONFIG_SH_MAGIC_PANEL_R2=y
#
# Magic Panel R2 options
#
-CONFIG_SH_MAGIC_PANEL_R2_VERSION=2
+CONFIG_SH_MAGIC_PANEL_R2_VERSION=3
#
# Timer and clock configuration
@@ -404,9 +404,11 @@ CONFIG_MTD_CFI_UTIL=y
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
-# CONFIG_MTD_PHYSMAP is not set
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_START=0x0000000
+CONFIG_MTD_PHYSMAP_LEN=0
+CONFIG_MTD_PHYSMAP_BANKWIDTH=0
# CONFIG_MTD_SOLUTIONENGINE is not set
-CONFIG_MTD_MAGICPANELR2=y
# CONFIG_MTD_PLATRAM is not set
#