Revision 2507c12a hw/omap_lcdc.c

b/hw/omap_lcdc.c
450 450
    omap_lcdc_reset(s);
451 451

  
452 452
    iomemtype = cpu_register_io_memory(omap_lcdc_readfn,
453
                    omap_lcdc_writefn, s);
453
                    omap_lcdc_writefn, s, DEVICE_NATIVE_ENDIAN);
454 454
    cpu_register_physical_memory(base, 0x100, iomemtype);
455 455

  
456 456
    s->state = graphic_console_init(omap_update_display,

Also available in: Unified diff