mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Compile prep_pci only once
Make byte swapping unconditional since PPC is big endian. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
29e922b61f
commit
add85a76bb
6 changed files with 7 additions and 9 deletions
|
@ -10,6 +10,7 @@ CONFIG_SERIAL=y
|
|||
CONFIG_I8254=y
|
||||
CONFIG_FDC=y
|
||||
CONFIG_OPENPIC=y
|
||||
CONFIG_PREP_PCI=y
|
||||
CONFIG_IDE_CORE=y
|
||||
CONFIG_IDE_QDEV=y
|
||||
CONFIG_IDE_PCI=y
|
||||
|
|
|
@ -10,6 +10,7 @@ CONFIG_SERIAL=y
|
|||
CONFIG_I8254=y
|
||||
CONFIG_FDC=y
|
||||
CONFIG_OPENPIC=y
|
||||
CONFIG_PREP_PCI=y
|
||||
CONFIG_IDE_CORE=y
|
||||
CONFIG_IDE_QDEV=y
|
||||
CONFIG_IDE_PCI=y
|
||||
|
|
|
@ -10,6 +10,7 @@ CONFIG_SERIAL=y
|
|||
CONFIG_I8254=y
|
||||
CONFIG_FDC=y
|
||||
CONFIG_OPENPIC=y
|
||||
CONFIG_PREP_PCI=y
|
||||
CONFIG_IDE_CORE=y
|
||||
CONFIG_IDE_QDEV=y
|
||||
CONFIG_IDE_PCI=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue