Re: [PATCH v2 2/3] hw/riscv: Remove macros for ELF BIOS image names

2022-01-18 Thread Bin Meng
On Tue, Jan 18, 2022 at 7:18 PM Anup Patel wrote: > > Now that RISC-V Spike machine can use BIN BIOS images, we remove > the macros used for ELF BIOS image names. > > Signed-off-by: Anup Patel > --- > hw/riscv/spike.c| 4 ++-- > include/hw/riscv/boot.h | 2 -- > 2 files changed, 2 insert

Re: [PATCH v2 2/3] hw/riscv: Remove macros for ELF BIOS image names

2022-01-18 Thread Alistair Francis
On Tue, Jan 18, 2022 at 9:18 PM Anup Patel wrote: > > Now that RISC-V Spike machine can use BIN BIOS images, we remove > the macros used for ELF BIOS image names. > > Signed-off-by: Anup Patel Reviewed-by: Alistair Francis Alistair > --- > hw/riscv/spike.c| 4 ++-- > include/hw/riscv

[PATCH v2 2/3] hw/riscv: Remove macros for ELF BIOS image names

2022-01-18 Thread Anup Patel
Now that RISC-V Spike machine can use BIN BIOS images, we remove the macros used for ELF BIOS image names. Signed-off-by: Anup Patel --- hw/riscv/spike.c| 4 ++-- include/hw/riscv/boot.h | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/riscv/spike.c b/hw/riscv/sp