mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 19:15:32 +00:00
hppa: remove bios_name
Cc: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201026143028.3034018-5-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0ad3b5d3ee
commit
b57e3e9785
@ -213,8 +213,7 @@ static void machine_hppa_init(MachineState *machine)
|
|||||||
but one explicitly written for the emulation, we might as
|
but one explicitly written for the emulation, we might as
|
||||||
well load it directly from an ELF image. */
|
well load it directly from an ELF image. */
|
||||||
firmware_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS,
|
firmware_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS,
|
||||||
bios_name ? bios_name :
|
machine->firmware ?: "hppa-firmware.img");
|
||||||
"hppa-firmware.img");
|
|
||||||
if (firmware_filename == NULL) {
|
if (firmware_filename == NULL) {
|
||||||
error_report("no firmware provided");
|
error_report("no firmware provided");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user