aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc_oldworld.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:12 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:12 +0000
commitf1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch)
tree491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/ppc_oldworld.c
parent2d48377a8531de63ec1d0c4b9b1959dc4b78356c (diff)
Compile usb-ohci only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r--hw/ppc_oldworld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c
index 27ddc013e..d7ee858aa 100644
--- a/hw/ppc_oldworld.c
+++ b/hw/ppc_oldworld.c
@@ -370,7 +370,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size,
escc_mem_index);
if (usb_enabled) {
- usb_ohci_init_pci(pci_bus, -1);
+ usb_ohci_init_pci(pci_bus, -1, 1);
}
if (graphic_depth != 15 && graphic_depth != 32 && graphic_depth != 8)