commit | a63bdb31026648fef5d4ffb3caafc973c8ced53c | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Thu May 14 22:35:07 2009 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Thu May 14 22:35:07 2009 +0100 |
tree | 5b285118fb7a701312e7831f703c291cac4d4a96 | |
parent | a5580466257337e74e48124c185e4db9d29325ec [diff] [blame] |
PL031 qdev conversion Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/hw/realview.c b/hw/realview.c index e227f72..4001a0f 100644 --- a/hw/realview.c +++ b/hw/realview.c
@@ -104,7 +104,7 @@ } pl181_init(0x10005000, drives_table[index].bdrv, pic[17], pic[18]); - pl031_init(0x10017000, pic[10]); + sysbus_create_simple("pl031", 0x10017000, pic[10]); pci_bus = pci_vpb_init(pic, 48, 1); if (usb_enabled) {