summaryrefslogtreecommitdiffstats
path: root/hw/ppc_prep.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r--hw/ppc_prep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c
index 02c7f0d..f64649c 100644
--- a/hw/ppc_prep.c
+++ b/hw/ppc_prep.c
@@ -950,7 +950,7 @@ void ppc_prep_init(int ram_size, int vga_ram_size, int boot_device,
/* init basic PC hardware */
vga_initialize(ds, phys_ram_base + ram_size, ram_size,
- vga_ram_size);
+ vga_ram_size, 0);
rtc_init(0x70, 8);
pic_init();
// pit_init(0x40, 0);
OpenPOWER on IntegriCloud