diff options
author | Guenter Roeck <linux@roeck-us.net> | 2018-08-28 17:33:46 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-09-04 17:04:50 -0700 |
commit | e866d3e84eb7c9588afb77604d417e8cc49fe216 (patch) | |
tree | 7d48b68919b8cb33b100ee2766d1112b3d1d3376 /tools/lib/vsprintf.c | |
parent | 57361846b52bc686112da6ca5368d11210796804 (diff) |
riscv: Do not overwrite initrd_start and initrd_end
setup_initrd() overwrites initrd_start and initrd_end if __initramfs_size
is larger than 0, which is always true even if there is no embedded
initramfs. This prevents booting qemu with "-initrd" parameter.
Overwriting initrd_start and initrd_end is not necessary since
__initramfs_start and __initramfs_size are used directly in
populate_rootfs() to load the built-in initramfs, so just drop
that code.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'tools/lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions