diff options
Diffstat (limited to 'hw/pc.c')
| -rw-r--r-- | hw/pc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pc.c b/hw/pc.c index e8db664115..db7d58efea 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -1250,6 +1250,8 @@ static void pc_init1(ram_addr_t ram_size, } } } + + rom_load_fw(fw_cfg); } static void pc_init_pci(ram_addr_t ram_size, |