Compile usb-ohci only once

Push TARGET_WORDS_BIGENDIAN dependency to board level.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-03-21 19:47:12 +00:00
parent 2d48377a85
commit f1698408f1
13 changed files with 97 additions and 46 deletions

View file

@ -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)