RISC-V: Remove mem_end command line processing
authorPalmer Dabbelt <palmer@sifive.com>
Sat, 16 Dec 2017 19:17:16 +0000 (11:17 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Wed, 31 Jan 2018 03:09:53 +0000 (19:09 -0800)
commit5d44bf2065e169dd857a4207505210fce25743e6
treedec4e53fd59822b2b6f99001d1bb903d044e0ccd
parent3e076a7e049267e9c483674d0dd1caaca565dbef
RISC-V: Remove mem_end command line processing

This is just some cruft left over from before the port converted to
device tree.  The right way to handle memory regions is to specify them
in the device tree, which BBL (our simplest bootloader) is already
capable of doing.  This patch simply removes the cruft.

Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/setup.c