summaryrefslogtreecommitdiff
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
commite3f6f5be0ab3a04aa49335cc8c216986cbace573 (patch)
tree3bd12192c863c5b6e773704136c47f38ae2cf7d7 /hw/realview.c
parentd61cba997c7aeee23f9428cbf8709fba3a63e310 (diff)
downloadqemu-e3f6f5be0ab3a04aa49335cc8c216986cbace573.tar.gz
qemu-e3f6f5be0ab3a04aa49335cc8c216986cbace573.tar.bz2
qemu-e3f6f5be0ab3a04aa49335cc8c216986cbace573.zip
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 24ff3c8442..a482487de2 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]);