diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:12 +0000 |
commit | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch) | |
tree | 491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/ppc_prep.c | |
parent | 2d48377a8531de63ec1d0c4b9b1959dc4b78356c (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_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index a5e25b57fd..bb5967a7fc 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); + usb_ohci_init_pci(pci_bus, -1, 1); } m48t59 = m48t59_init(i8259[8], 0, 0x0074, NVRAM_SIZE, 59); |