Revision 187337f8 hw/pxa2xx_mmci.c

b/hw/pxa2xx_mmci.c
534 534

  
535 535
    iomemtype = cpu_register_io_memory(0, pxa2xx_mmci_readfn,
536 536
                    pxa2xx_mmci_writefn, s);
537
    cpu_register_physical_memory(base, 0x000fffff, iomemtype);
537
    cpu_register_physical_memory(base, 0x00100000, iomemtype);
538 538

  
539 539
    /* Instantiate the actual storage */
540 540
    s->card = sd_init(sd_bdrv);

Also available in: Unified diff