diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-12-09 00:21:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-09 00:37:20 -0500 |
commit | d2d69a3ab2e62bcf8e5f5303bde024033face902 (patch) | |
tree | a8caa21f0013510bfa65deb3c06e118474e83e86 /arch/sh/configs | |
parent | 0a753d58f901913e3e6416baeac437ee83eda90d (diff) |
sh: mach-ecovec24: MEMORY_SIZE fixup
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs')
-rw-r--r-- | arch/sh/configs/ecovec24-romimage_defconfig | 2 | ||||
-rw-r--r-- | arch/sh/configs/ecovec24_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/configs/ecovec24-romimage_defconfig b/arch/sh/configs/ecovec24-romimage_defconfig index 0774924623cc..46874704e4e7 100644 --- a/arch/sh/configs/ecovec24-romimage_defconfig +++ b/arch/sh/configs/ecovec24-romimage_defconfig | |||
@@ -203,7 +203,7 @@ CONFIG_MMU=y | |||
203 | CONFIG_PAGE_OFFSET=0x80000000 | 203 | CONFIG_PAGE_OFFSET=0x80000000 |
204 | CONFIG_FORCE_MAX_ZONEORDER=11 | 204 | CONFIG_FORCE_MAX_ZONEORDER=11 |
205 | CONFIG_MEMORY_START=0x08000000 | 205 | CONFIG_MEMORY_START=0x08000000 |
206 | CONFIG_MEMORY_SIZE=0x08000000 | 206 | CONFIG_MEMORY_SIZE=0x10000000 |
207 | CONFIG_29BIT=y | 207 | CONFIG_29BIT=y |
208 | # CONFIG_X2TLB is not set | 208 | # CONFIG_X2TLB is not set |
209 | CONFIG_VSYSCALL=y | 209 | CONFIG_VSYSCALL=y |
diff --git a/arch/sh/configs/ecovec24_defconfig b/arch/sh/configs/ecovec24_defconfig index ac6469718a2c..cad918437ca7 100644 --- a/arch/sh/configs/ecovec24_defconfig +++ b/arch/sh/configs/ecovec24_defconfig | |||
@@ -204,7 +204,7 @@ CONFIG_MMU=y | |||
204 | CONFIG_PAGE_OFFSET=0x80000000 | 204 | CONFIG_PAGE_OFFSET=0x80000000 |
205 | CONFIG_FORCE_MAX_ZONEORDER=11 | 205 | CONFIG_FORCE_MAX_ZONEORDER=11 |
206 | CONFIG_MEMORY_START=0x08000000 | 206 | CONFIG_MEMORY_START=0x08000000 |
207 | CONFIG_MEMORY_SIZE=0x08000000 | 207 | CONFIG_MEMORY_SIZE=0x10000000 |
208 | CONFIG_29BIT=y | 208 | CONFIG_29BIT=y |
209 | # CONFIG_X2TLB is not set | 209 | # CONFIG_X2TLB is not set |
210 | CONFIG_VSYSCALL=y | 210 | CONFIG_VSYSCALL=y |