mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Remove conditional rom loading support
Commit c2039bd0ff
made rom loading
automatic for non-PC architectures. Remove now mostly unused
conditional rom loading support.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
ee0dc6d393
commit
bc798c77e5
3 changed files with 0 additions and 9 deletions
|
@ -41,7 +41,6 @@ void do_info_roms(Monitor *mon);
|
|||
#define PC_ROM_ALIGN 0x800
|
||||
#define PC_ROM_SIZE (PC_ROM_MAX - PC_ROM_MIN_VGA)
|
||||
|
||||
extern int rom_enable_driver_roms;
|
||||
int rom_add_vga(const char *file);
|
||||
int rom_add_option(const char *file);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue