Revision f1698408 hw/realview.c

b/hw/realview.c
266 266
                                    pic[48], pic[49], pic[50], pic[51], NULL);
267 267
        pci_bus = (PCIBus *)qdev_get_child_bus(dev, "pci");
268 268
        if (usb_enabled) {
269
            usb_ohci_init_pci(pci_bus, -1);
269
#ifdef TARGET_WORDS_BIGENDIAN
270
            usb_ohci_init_pci(pci_bus, -1, 1);
271
#else
272
            usb_ohci_init_pci(pci_bus, -1, 0);
273
#endif
270 274
        }
271 275
        n = drive_get_max_bus(IF_SCSI);
272 276
        while (n >= 0) {

Also available in: Unified diff