diff options
author | Blue Swirl | 2010-03-21 20:47:12 +0100 |
---|---|---|
committer | Blue Swirl | 2010-03-21 20:47:12 +0100 |
commit | f1698408f1dcb7548a21828a0b1e2b530fae3af3 (patch) | |
tree | 491458ab922c56707622f1d78f3cabfcd3eceee0 /hw/pxa.h | |
parent | Compile serial only once (diff) | |
download | qemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.tar.gz qemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.tar.xz qemu-f1698408f1dcb7548a21828a0b1e2b530fae3af3.zip |
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/pxa.h')
-rw-r--r-- | hw/pxa.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |