Revision 3023f332 hw/omap1.c

b/hw/omap1.c
4622 4622
}
4623 4623

  
4624 4624
struct omap_mpu_state_s *omap310_mpu_init(unsigned long sdram_size,
4625
                DisplayState *ds, const char *core)
4625
                const char *core)
4626 4626
{
4627 4627
    int i;
4628 4628
    struct omap_mpu_state_s *s = (struct omap_mpu_state_s *)
......
4704 4704
                    omap_findclk(s, "clk32-kHz"));
4705 4705

  
4706 4706
    s->lcd = omap_lcdc_init(0xfffec000, s->irq[0][OMAP_INT_LCD_CTRL],
4707
                    omap_dma_get_lcdch(s->dma), ds, imif_base, emiff_base,
4707
                    omap_dma_get_lcdch(s->dma), imif_base, emiff_base,
4708 4708
                    omap_findclk(s, "lcd_ck"));
4709 4709

  
4710 4710
    omap_ulpd_pm_init(0xfffe0800, s);

Also available in: Unified diff