From a67ba3b6f88acaca5ee19e583dcdcd9d9288b072 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Sun, 4 Apr 2010 21:18:26 +0100 Subject: Revert "Compile usb-ohci only once" This reverts commit f1698408f1dcb7548a21828a0b1e2b530fae3af3. PCI is always little-endian. Having a user-visible "be" property is just plain wrong. --- hw/ppc_prep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/ppc_prep.c') diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index bb5967a..a5e25b5 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -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); -- cgit v1.1