summaryrefslogtreecommitdiffstats
path: root/hw/realview.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
commitb4496b13bb51884681656c3470ba778c7e888c2b (patch)
tree3bd12192c863c5b6e773704136c47f38ae2cf7d7 /hw/realview.c
parent82634c2d748f6d418ee51bcc61c3dc7a99c9911b (diff)
downloadhqemu-b4496b13bb51884681656c3470ba778c7e888c2b.zip
hqemu-b4496b13bb51884681656c3470ba778c7e888c2b.tar.gz
PL080 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
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 24ff3c8..a482487 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -89,7 +89,7 @@ static void realview_init(ram_addr_t ram_size,
sysbus_create_simple("pl011", 0x1000c000, pic[15]);
/* DMA controller is optional, apparently. */
- pl080_init(0x10030000, pic[24], 2);
+ sysbus_create_simple("pl081", 0x10030000, pic[24]);
sysbus_create_simple("sp804", 0x10011000, pic[4]);
sysbus_create_simple("sp804", 0x10012000, pic[5]);
OpenPOWER on IntegriCloud