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 | b4496b13bb51884681656c3470ba778c7e888c2b (patch) | |
| tree | 3bd12192c863c5b6e773704136c47f38ae2cf7d7 /hw/realview.c | |
| parent | 82634c2d748f6d418ee51bcc61c3dc7a99c9911b (diff) | |
| download | focaccia-qemu-b4496b13bb51884681656c3470ba778c7e888c2b.tar.gz focaccia-qemu-b4496b13bb51884681656c3470ba778c7e888c2b.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]); |