summaryrefslogtreecommitdiffstats
path: root/hw/realview.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
commit97aff481656b984559a3b6602e6be69ebbe746a4 (patch)
treec3698b09ae5965e8a5d4e0ed10cbf2b9621caa8a /hw/realview.c
parentcfb9de9ce48d108cfc56052dc9bc402a6197c199 (diff)
downloadhqemu-97aff481656b984559a3b6602e6be69ebbe746a4.zip
hqemu-97aff481656b984559a3b6602e6be69ebbe746a4.tar.gz
PL190 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 e0d6d25..24ff3c8 100644
--- a/hw/realview.c
+++ b/hw/realview.c
@@ -100,7 +100,7 @@ static void realview_init(ram_addr_t ram_size,
sysbus_create_simple("pl031", 0x10017000, pic[10]);
- pci_bus = pci_vpb_init(pic, 48, 1);
+ pci_bus = pci_vpb_init(pic + 48, 1);
if (usb_enabled) {
usb_ohci_init_pci(pci_bus, 3, -1);
}
OpenPOWER on IntegriCloud