Revision 187337f8 hw/pxa2xx_lcd.c

b/hw/pxa2xx_lcd.c
1026 1026

  
1027 1027
    iomemtype = cpu_register_io_memory(0, pxa2xx_lcdc_readfn,
1028 1028
                    pxa2xx_lcdc_writefn, s);
1029
    cpu_register_physical_memory(base, 0x000fffff, iomemtype);
1029
    cpu_register_physical_memory(base, 0x00100000, iomemtype);
1030 1030

  
1031 1031
    graphic_console_init(ds, pxa2xx_update_display,
1032 1032
                    pxa2xx_invalidate_display, pxa2xx_screen_dump, s);

Also available in: Unified diff