diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:08 +0100 |
commit | e3f6f5be0ab3a04aa49335cc8c216986cbace573 (patch) | |
tree | 3bd12192c863c5b6e773704136c47f38ae2cf7d7 /hw/realview.c | |
parent | d61cba997c7aeee23f9428cbf8709fba3a63e310 (diff) | |
download | qemu-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.c | 2 |
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]); |