aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/configs
diff options
context:
space:
mode:
authorMarkus Brunner <super.firetwister@gmail.com>2007-09-21 02:27:35 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-21 02:27:35 -0400
commite87ab0c43c30faa0f4b337bfa87bce7923e67485 (patch)
tree7d2235f31282ef3c725227bcaf3a21ec4a9a4234 /arch/sh/configs
parent02353f5d2a317861536b8c38fea44196bdd5787c (diff)
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 ce4e76491be1..f8398a5f10ee 100644
--- a/arch/sh/configs/magicpanelr2_defconfig
+++ b/arch/sh/configs/magicpanelr2_defconfig
@@ -185,7 +185,7 @@ CONFIG_SH_MAGIC_PANEL_R2=y
185# 185#
186# Magic Panel R2 options 186# Magic Panel R2 options
187# 187#
188CONFIG_SH_MAGIC_PANEL_R2_VERSION=2 188CONFIG_SH_MAGIC_PANEL_R2_VERSION=3
189 189
190# 190#
191# Timer and clock configuration 191# Timer and clock configuration
@@ -404,9 +404,11 @@ CONFIG_MTD_CFI_UTIL=y
404# Mapping drivers for chip access 404# Mapping drivers for chip access
405# 405#
406# CONFIG_MTD_COMPLEX_MAPPINGS is not set 406# CONFIG_MTD_COMPLEX_MAPPINGS is not set
407# CONFIG_MTD_PHYSMAP is not set 407CONFIG_MTD_PHYSMAP=y
408CONFIG_MTD_PHYSMAP_START=0x0000000
409CONFIG_MTD_PHYSMAP_LEN=0
410CONFIG_MTD_PHYSMAP_BANKWIDTH=0
408# CONFIG_MTD_SOLUTIONENGINE is not set 411# CONFIG_MTD_SOLUTIONENGINE is not set
409CONFIG_MTD_MAGICPANELR2=y
410# CONFIG_MTD_PLATRAM is not set 412# CONFIG_MTD_PLATRAM is not set
411 413
412# 414#