Revision 97aff481 hw/realview.c

b/hw/realview.c
100 100

  
101 101
    sysbus_create_simple("pl031", 0x10017000, pic[10]);
102 102

  
103
    pci_bus = pci_vpb_init(pic, 48, 1);
103
    pci_bus = pci_vpb_init(pic + 48, 1);
104 104
    if (usb_enabled) {
105 105
        usb_ohci_init_pci(pci_bus, 3, -1);
106 106
    }

Also available in: Unified diff