summaryrefslogtreecommitdiffstats
path: root/hw/ppce500_mpc8544ds.c
diff options
context:
space:
mode:
authorBlue Swirl2010-03-21 20:47:09 +0100
committerBlue Swirl2010-03-21 20:47:09 +0100
commit84108e128e0245dc1ff9c0aa064e9cfe2316b32d (patch)
tree7676ed17e01f89aaf2896e4514198ccd5a3b71ef /hw/ppce500_mpc8544ds.c
parentCompile most PCI network cards only once (diff)
downloadqemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.tar.gz
qemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.tar.xz
qemu-84108e128e0245dc1ff9c0aa064e9cfe2316b32d.zip
Compile isa_mmio only once
Push TARGET_WORDS_BIGENDIAN dependency to board level. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppce500_mpc8544ds.c')
-rw-r--r--hw/ppce500_mpc8544ds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index a83dba4a18..491ea7a07a 100644
--- a/hw/ppce500_mpc8544ds.c
+++ b/hw/ppce500_mpc8544ds.c
@@ -218,7 +218,7 @@ static void mpc8544ds_init(ram_addr_t ram_size,
if (!pci_bus)
printf("couldn't create PCI controller!\n");
- isa_mmio_init(MPC8544_PCI_IO, MPC8544_PCI_IOLEN);
+ isa_mmio_init(MPC8544_PCI_IO, MPC8544_PCI_IOLEN, 1);
if (pci_bus) {
/* Register network interfaces. */