diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-10 11:43:35 +0200 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-09-10 19:48:01 +0400 |
commit | 32e0c8260d6333540c48ac7c8b33578b67789a5f (patch) | |
tree | 40ba6333a8711258d102e0e23d48cc4b5cbd4dc0 /hw/ppc_prep.c | |
parent | 11d23c352d941eb1412d1c78e4735a442fbbb10b (diff) | |
download | qemu-32e0c8260d6333540c48ac7c8b33578b67789a5f.zip |
qdev/isa: convert real time clock
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index c48304b3d0..19301467fa 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -680,7 +680,7 @@ static void ppc_prep_init (ram_addr_t ram_size, pci_vga_init(pci_bus, 0, 0); // openpic = openpic_init(0x00000000, 0xF0000000, 1); // pit = pit_init(0x40, i8259[0]); - rtc_init(0x70, i8259[8], 2000); + rtc_init(2000); serial_init(0x3f8, i8259[4], 115200, serial_hds[0]); nb_nics1 = nb_nics; |