diff options
author | David Howells <dhowells@redhat.com> | 2008-02-08 07:19:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 12:22:30 -0500 |
commit | daeb51e62cacde31c8245866e1096ff79a0c83fe (patch) | |
tree | 57b71cf23b1c701ff2492f301bed79da77340e87 /arch/mn10300/configs | |
parent | b920de1b77b72ca9432ac3f97edb26541e65e5dd (diff) |
mn10300: add platform MTD support for the ASB2303 board
Add platform MTD support for the ASB2303 board.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/configs')
-rw-r--r-- | arch/mn10300/configs/asb2303_defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mn10300/configs/asb2303_defconfig b/arch/mn10300/configs/asb2303_defconfig index 0189a058da9f..ca9876a111d3 100644 --- a/arch/mn10300/configs/asb2303_defconfig +++ b/arch/mn10300/configs/asb2303_defconfig | |||
@@ -282,7 +282,10 @@ CONFIG_MTD_CFI_UTIL=y | |||
282 | # Mapping drivers for chip access | 282 | # Mapping drivers for chip access |
283 | # | 283 | # |
284 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 284 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
285 | # CONFIG_MTD_PHYSMAP is not set | 285 | CONFIG_MTD_PHYSMAP=y |
286 | CONFIG_MTD_PHYSMAP_START=0x8000000 | ||
287 | CONFIG_MTD_PHYSMAP_LEN=0x0 | ||
288 | CONFIG_MTD_PHYSMAP_BANKWIDTH=2 | ||
286 | # CONFIG_MTD_PLATRAM is not set | 289 | # CONFIG_MTD_PLATRAM is not set |
287 | 290 | ||
288 | # | 291 | # |