diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-21 07:46:07 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 05:18:52 +0100 |
commit | 711fe4369c5d3834cfe1750f8804ef2b74865e9e (patch) | |
tree | 495918f2c7caf4c5ab45332658f4e89414a33faa /arch/sh/mm | |
parent | sh: Kill off some dead sh64 kconfig symbols. (diff) | |
download | linux-711fe4369c5d3834cfe1750f8804ef2b74865e9e.tar.xz linux-711fe4369c5d3834cfe1750f8804ef2b74865e9e.zip |
sh: Bump the MEMORY_SIZE default to something reasonable.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
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 config MEMORY_SIZE hex "Physical memory size" - default "0x00400000" + default "0x04000000" help This sets the default memory size assumed by your SH kernel. It can be overridden as normal by the 'mem=' argument on the kernel command line. If unsure, consult your board specifications or just leave it - as 0x00400000 which was the default value before this became + as 0x04000000 which was the default value before this became configurable. # Physical addressing modes |