mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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:
parent
2d48377a85
commit
f1698408f1
13 changed files with 97 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue