Revision a67ba3b6 hw/versatilepb.c

b/hw/versatilepb.c
218 218
        }
219 219
    }
220 220
    if (usb_enabled) {
221
#ifdef TARGET_WORDS_BIGENDIAN
222
        usb_ohci_init_pci(pci_bus, -1, 1);
223
#else
224
        usb_ohci_init_pci(pci_bus, -1, 0);
225
#endif
221
        usb_ohci_init_pci(pci_bus, -1);
226 222
    }
227 223
    n = drive_get_max_bus(IF_SCSI);
228 224
    while (n >= 0) {

Also available in: Unified diff