]> git.proxmox.com Git - qemu.git/blobdiff - hw/versatile_pci.c
isa_mmio: Always use little endian
[qemu.git] / hw / versatile_pci.c
index cc8f9f841f557c02cba68284a6789ec677d89942..2fed8a00fde9317a05c6b4371218ac331ca36511 100644 (file)
@@ -96,11 +96,7 @@ static void pci_vpb_map(SysBusDevice *dev, target_phys_addr_t base)
 
     if (s->realview) {
         /* IO memory area.  */
-#ifdef TARGET_WORDS_BIGENDIAN
-        isa_mmio_init(base + 0x03000000, 0x00100000, 1);
-#else
-        isa_mmio_init(base + 0x03000000, 0x00100000, 0);
-#endif
+        isa_mmio_init(base + 0x03000000, 0x00100000);
     }
 }