summaryrefslogtreecommitdiffstats
path: root/hw/omap_synctimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap_synctimer.c')
-rw-r--r--hw/omap_synctimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap_synctimer.c b/hw/omap_synctimer.c
index cd1d754..367f26e 100644
--- a/hw/omap_synctimer.c
+++ b/hw/omap_synctimer.c
@@ -96,7 +96,7 @@ struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta,
omap_synctimer_reset(s);
memory_region_init_io(&s->iomem, &omap_synctimer_ops, s, "omap.synctimer",
omap_l4_region_size(ta, 0));
- omap_l4_attach_region(ta, 0, &s->iomem);
+ omap_l4_attach(ta, 0, &s->iomem);
return s;
}
OpenPOWER on IntegriCloud