Revert "Compile usb-ohci only once"

This reverts commit f1698408f1.

PCI is always little-endian. Having a user-visible "be" property is just
plain wrong.
This commit is contained in:
Paul Brook 2010-04-04 21:18:26 +01:00
parent 36368cf0d5
commit a67ba3b6f8
13 changed files with 44 additions and 95 deletions

View file

@ -750,7 +750,7 @@ static void ppc_prep_init (ram_addr_t ram_size,
#endif
if (usb_enabled) {
usb_ohci_init_pci(pci_bus, -1, 1);
usb_ohci_init_pci(pci_bus, -1);
}
m48t59 = m48t59_init(i8259[8], 0, 0x0074, NVRAM_SIZE, 59);