Skip to content

Commit

Permalink
sh: Bump the MEMORY_SIZE default to something reasonable.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent f137c31 commit 711fe43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 711fe43

Please sign in to comment.