On Fri, Jul 29, 2022 at 2:19 AM Daniel Henrique Barboza <[email protected]> wrote: > > The 'fdt' param is not being used in riscv_setup_rom_reset_vec(). > Simplify the API by removing it. While we're at it, remove the redundant > 'return' statement at the end of function. > > Cc: Palmer Dabbelt <[email protected]> > Cc: Alistair Francis <[email protected]> > Cc: Bin Meng <[email protected]> > Cc: Vijai Kumar K <[email protected]> > Signed-off-by: Daniel Henrique Barboza <[email protected]> > --- > hw/riscv/boot.c | 4 +--- > hw/riscv/microchip_pfsoc.c | 2 +- > hw/riscv/shakti_c.c | 3 +-- > hw/riscv/spike.c | 2 +- > hw/riscv/virt.c | 2 +- > include/hw/riscv/boot.h | 2 +- > 6 files changed, 6 insertions(+), 9 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
