summaryrefslogtreecommitdiffstats
path: root/hw/integratorcp.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
commita63bdb31026648fef5d4ffb3caafc973c8ced53c (patch)
tree5b285118fb7a701312e7831f703c291cac4d4a96 /hw/integratorcp.c
parenta5580466257337e74e48124c185e4db9d29325ec (diff)
downloadhqemu-a63bdb31026648fef5d4ffb3caafc973c8ced53c.zip
hqemu-a63bdb31026648fef5d4ffb3caafc973c8ced53c.tar.gz
PL031 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/integratorcp.c')
-rw-r--r--hw/integratorcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/integratorcp.c b/hw/integratorcp.c
index 3c7e25f..8966a25 100644
--- a/hw/integratorcp.c
+++ b/hw/integratorcp.c
@@ -481,7 +481,7 @@ static void integratorcp_init(ram_addr_t ram_size,
cpu_pic[ARM_PIC_CPU_FIQ]);
icp_pic_init(0xca000000, pic[26], NULL);
icp_pit_init(0x13000000, pic, 5);
- pl031_init(0x15000000, pic[8]);
+ sysbus_create_simple("pl031", 0x15000000, pic[8]);
sysbus_create_simple("pl011", 0x16000000, pic[1]);
sysbus_create_simple("pl011", 0x17000000, pic[2]);
icp_control_init(0xcb000000);
OpenPOWER on IntegriCloud