aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 01:46:07 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:52 -0500
commit711fe4369c5d3834cfe1750f8804ef2b74865e9e (patch)
tree495918f2c7caf4c5ab45332658f4e89414a33faa /arch
parentf137c319db9d4227f1857f9ff886278ad61c8207 (diff)
sh: Bump the MEMORY_SIZE default to something reasonable.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/mm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index 2af950784e66..f549b8cd2501 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -39,12 +39,12 @@ config MEMORY_START
39 39
40config MEMORY_SIZE 40config MEMORY_SIZE
41 hex "Physical memory size" 41 hex "Physical memory size"
42 default "0x00400000" 42 default "0x04000000"
43 help 43 help
44 This sets the default memory size assumed by your SH kernel. It can 44 This sets the default memory size assumed by your SH kernel. It can
45 be overridden as normal by the 'mem=' argument on the kernel command 45 be overridden as normal by the 'mem=' argument on the kernel command
46 line. If unsure, consult your board specifications or just leave it 46 line. If unsure, consult your board specifications or just leave it
47 as 0x00400000 which was the default value before this became 47 as 0x04000000 which was the default value before this became
48 configurable. 48 configurable.
49 49
50# Physical addressing modes 50# Physical addressing modes