summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnup Patel2022-01-18 09:08:56 +0100
committerAlistair Francis2022-01-21 06:52:57 +0100
commit092dc6df92f2f97487747eb1044ac2bcac64924d (patch)
tree104bd6510c90bc4808f930c5e92ec0577d425ab5 /include
parenthw/riscv: spike: Allow using binary firmware as bios (diff)
downloadqemu-092dc6df92f2f97487747eb1044ac2bcac64924d.tar.gz
qemu-092dc6df92f2f97487747eb1044ac2bcac64924d.tar.xz
qemu-092dc6df92f2f97487747eb1044ac2bcac64924d.zip
hw/riscv: Remove macros for ELF BIOS image names
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 <apatel@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/riscv/boot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/riscv/boot.h b/include/hw/riscv/boot.h
index 5834c234aa..d937c5c224 100644
--- a/include/hw/riscv/boot.h
+++ b/include/hw/riscv/boot.h
@@ -25,9 +25,7 @@
#include "hw/riscv/riscv_hart.h"
#define RISCV32_BIOS_BIN "opensbi-riscv32-generic-fw_dynamic.bin"
-#define RISCV32_BIOS_ELF "opensbi-riscv32-generic-fw_dynamic.elf"
#define RISCV64_BIOS_BIN "opensbi-riscv64-generic-fw_dynamic.bin"
-#define RISCV64_BIOS_ELF "opensbi-riscv64-generic-fw_dynamic.elf"
bool riscv_is_32bit(RISCVHartArrayState *harts);