commit | 5d44bf2065e169dd857a4207505210fce25743e6 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@sifive.com> | Sat Dec 16 11:17:16 2017 -0800 |
committer | Palmer Dabbelt <palmer@dabbelt.com> | Tue Jan 30 19:09:53 2018 -0800 |
tree | dec4e53fd59822b2b6f99001d1bb903d044e0ccd | |
parent | 3e076a7e049267e9c483674d0dd1caaca565dbef [diff] |
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>