diff options
author | Avi Kivity <avi@redhat.com> | 2011-11-28 13:10:11 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-28 15:38:45 +0200 |
commit | 4852e5d8c3bb48823a90b8963c3e7f19791b3cec (patch) | |
tree | 114dc4d8ec433c9cd85c5926cf7ad2e5e71ba4de /hw/omap2.c | |
parent | 011a98a15bf06138b4abcbb0a8b9f30dcb69a9e9 (diff) |
omap_dss: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/omap2.c')
-rw-r--r-- | hw/omap2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap2.c b/hw/omap2.c index a7660f66d2..676e5d58ee 100644 --- a/hw/omap2.c +++ b/hw/omap2.c @@ -2462,7 +2462,7 @@ struct omap_mpu_state_s *omap2420_mpu_init(MemoryRegion *sysmem, omap_findclk(s, "spi2_fclk"), omap_findclk(s, "spi2_iclk")); - s->dss = omap_dss_init(omap_l4ta(s->l4, 10), 0x68000800, + s->dss = omap_dss_init(omap_l4ta(s->l4, 10), sysmem, 0x68000800, /* XXX wire M_IRQ_25, D_L2_IRQ_30 and I_IRQ_13 together */ qdev_get_gpio_in(s->ih[0], OMAP_INT_24XX_DSS_IRQ), s->drq[OMAP24XX_DMA_DSS], |