aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorGuenter Roeck <[email protected]>2018-08-28 17:33:46 -0700
committerPalmer Dabbelt <[email protected]>2018-09-04 17:04:50 -0700
commite866d3e84eb7c9588afb77604d417e8cc49fe216 (patch)
tree7d48b68919b8cb33b100ee2766d1112b3d1d3376 /scripts/bpf_helpers_doc.py
parent57361846b52bc686112da6ca5368d11210796804 (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 <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions