summaryrefslogtreecommitdiffstats
path: root/hw/omap_l4.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap_l4.c')
-rw-r--r--hw/omap_l4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/omap_l4.c b/hw/omap_l4.c
index 78f02d9..dbad7f6 100644
--- a/hw/omap_l4.c
+++ b/hw/omap_l4.c
@@ -138,12 +138,12 @@ struct omap_target_agent_s *omap_l4ta_get(struct omap_l4_s *bus,
memory_region_init_io(&ta->iomem, &omap_l4ta_ops, ta, "omap.l4ta",
omap_l4_region_size(ta, info->ta_region));
- omap_l4_attach_region(ta, info->ta_region, &ta->iomem);
+ omap_l4_attach(ta, info->ta_region, &ta->iomem);
return ta;
}
-target_phys_addr_t omap_l4_attach_region(struct omap_target_agent_s *ta,
+target_phys_addr_t omap_l4_attach(struct omap_target_agent_s *ta,
int region, MemoryRegion *mr)
{
target_phys_addr_t base;
OpenPOWER on IntegriCloud