Revision 2507c12a hw/pxa2xx_mmci.c

b/hw/pxa2xx_mmci.c
528 528
    s->dma = dma;
529 529

  
530 530
    iomemtype = cpu_register_io_memory(pxa2xx_mmci_readfn,
531
                    pxa2xx_mmci_writefn, s);
531
                    pxa2xx_mmci_writefn, s, DEVICE_NATIVE_ENDIAN);
532 532
    cpu_register_physical_memory(base, 0x00100000, iomemtype);
533 533

  
534 534
    /* Instantiate the actual storage */

Also available in: Unified diff