diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-02-14 07:24:03 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-02-14 07:24:03 +0000 |
commit | bc798c77e54f73b637e02bdc02bd799660adb7b7 (patch) | |
tree | bdf6a28d98d9f030d501d7b112d576437419f522 /hw/pc.c | |
parent | ee0dc6d3937e10d9813ede4710bdcb9a4687d96f (diff) |
Remove conditional rom loading support
Commit c2039bd0ffce8807e0eaac55254fde790825fa92 made rom loading
automatic for non-PC architectures. Remove now mostly unused
conditional rom loading support.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r-- | hw/pc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -855,9 +855,6 @@ static void pc_init1(ram_addr_t ram_size, isa_bios_size, (bios_offset + bios_size - isa_bios_size) | IO_MEM_ROM); - - - rom_enable_driver_roms = 1; option_rom_offset = qemu_ram_alloc(PC_ROM_SIZE); cpu_register_physical_memory(PC_ROM_MIN_VGA, PC_ROM_SIZE, option_rom_offset); |