diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2022-10-09 15:49:47 +0800 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2022-10-14 14:29:50 +1000 |
commit | 838f717b22fb942f488f2bf5d1cd943736c8eae5 (patch) | |
tree | 8840b7d10ac6cf89938b1e859d2264e86d26bf65 /hw/riscv/boot.c | |
parent | 2ba341b3694cf3cff7b8a1df4cc765900d5c4f60 (diff) | |
download | qemu-838f717b22fb942f488f2bf5d1cd943736c8eae5.zip qemu-838f717b22fb942f488f2bf5d1cd943736c8eae5.tar.gz qemu-838f717b22fb942f488f2bf5d1cd943736c8eae5.tar.bz2 |
hw/riscv: Update comment for qtest check in riscv_find_firmware()
Since commit 4211fc553234 ("roms/opensbi: Remove ELF images"), the
comment for qtest check in riscv_find_firmware() is out of date.
Update it to reflect the latest status.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <BN7PR08MB435525C92550BAC5467BE672BF219@BN7PR08MB4355.namprd08.prod.outlook.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'hw/riscv/boot.c')
-rw-r--r-- | hw/riscv/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/riscv/boot.c b/hw/riscv/boot.c index 1ae7596..f6e8eaf 100644 --- a/hw/riscv/boot.c +++ b/hw/riscv/boot.c @@ -111,8 +111,8 @@ char *riscv_find_firmware(const char *firmware_filename) if (filename == NULL) { if (!qtest_enabled()) { /* - * We only ship plain binary bios images in the QEMU source. - * With Spike machine that uses ELF images as the default bios, + * We only ship OpenSBI binary bios images in the QEMU source. + * For machines that use images other than the default bios, * running QEMU test will complain hence let's suppress the error * report for QEMU testing. */ |