sh: Fix up early mem cmdline parsing.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 30 Oct 2007 08:18:08 +0000 (17:18 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 30 Oct 2007 08:18:08 +0000 (17:18 +0900)
memory_end was being clobbered by whatever the kernel config had
specified, rather than obeying the setup option. Fix this up so
that memory_end is only initialized if nothing has been set on
the command line.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found