summary refs log tree commit diff stats
path: root/hw/realview.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/realview.c')
-rw-r--r--hw/realview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/realview.c b/hw/realview.c
index e227f72575..4001a0f28b 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -104,7 +104,7 @@ static void realview_init(ram_addr_t ram_size,
     }
     pl181_init(0x10005000, drives_table[index].bdrv, pic[17], pic[18]);
 
-    pl031_init(0x10017000, pic[10]);
+    sysbus_create_simple("pl031", 0x10017000, pic[10]);
 
     pci_bus = pci_vpb_init(pic, 48, 1);
     if (usb_enabled) {