mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43: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
4
hw/pxa.h
4
hw/pxa.h
|
@ -213,8 +213,4 @@ struct PXA2xxI2SState {
|
|||
PXA2xxState *pxa270_init(unsigned int sdram_size, const char *revision);
|
||||
PXA2xxState *pxa255_init(unsigned int sdram_size);
|
||||
|
||||
/* usb-ohci.c */
|
||||
void usb_ohci_init_pxa(target_phys_addr_t base, int num_ports, int devfn,
|
||||
qemu_irq irq);
|
||||
|
||||
#endif /* PXA_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue