X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fpxa2xx_mmci.c;h=ed548dbad97b636b224149dc3c88d3066d2b5003;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=2081b54db83c12a4b8ade9a80e658c521f530a08;hpb=aa941b944500bf77f0bdbfa0a7112b4e89670ff1;p=qemu diff --git a/hw/pxa2xx_mmci.c b/hw/pxa2xx_mmci.c index 2081b54..ed548db 100644 --- a/hw/pxa2xx_mmci.c +++ b/hw/pxa2xx_mmci.c @@ -534,7 +534,7 @@ struct pxa2xx_mmci_s *pxa2xx_mmci_init(target_phys_addr_t base, iomemtype = cpu_register_io_memory(0, pxa2xx_mmci_readfn, pxa2xx_mmci_writefn, s); - cpu_register_physical_memory(base, 0x000fffff, iomemtype); + cpu_register_physical_memory(base, 0x00100000, iomemtype); /* Instantiate the actual storage */ s->card = sd_init(sd_bdrv);