Browse Source

sh: Bump the MEMORY_SIZE default to something reasonable.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 years ago
parent
commit
711fe4369c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/sh/mm/Kconfig

+ 2 - 2
arch/sh/mm/Kconfig

@@ -39,12 +39,12 @@ config MEMORY_START
 
 
 config MEMORY_SIZE
 config MEMORY_SIZE
 	hex "Physical memory size"
 	hex "Physical memory size"
-	default "0x00400000"
+	default "0x04000000"
 	help
 	help
 	  This sets the default memory size assumed by your SH kernel. It can
 	  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
 	  be overridden as normal by the 'mem=' argument on the kernel command
 	  line. If unsure, consult your board specifications or just leave it
 	  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.
 	  configurable.
 
 
 # Physical addressing modes
 # Physical addressing modes