diff options
-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 | |||
39 | 39 | ||
40 | config MEMORY_SIZE | 40 | config 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 |