aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-02-14 07:24:03 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-02-14 07:24:03 +0000
commitbc798c77e54f73b637e02bdc02bd799660adb7b7 (patch)
treebdf6a28d98d9f030d501d7b112d576437419f522 /hw/pc.c
parentee0dc6d3937e10d9813ede4710bdcb9a4687d96f (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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 5b29f3b329..6fbe98bb64 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -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);