summaryrefslogtreecommitdiffstats
path: root/hw/omap_mmc.c
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-18 12:14:41 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-18 12:14:41 +0000
commitc66fb5bc0a1a1f04083fd52467d4e72942f7d38b (patch)
treeece4cd1d76c57074e8a7ec29ae5833a7015c3c41 /hw/omap_mmc.c
parent4eeed608c5999f52c1fe682262721fb01aee26e9 (diff)
downloadhqemu-c66fb5bc0a1a1f04083fd52467d4e72942f7d38b.zip
hqemu-c66fb5bc0a1a1f04083fd52467d4e72942f7d38b.tar.gz
Collapse omap peripherals on L4 bus into one io entry (temporarily).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4489 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap_mmc.c')
-rw-r--r--hw/omap_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap_mmc.c b/hw/omap_mmc.c
index 366d516..bc46edf 100644
--- a/hw/omap_mmc.c
+++ b/hw/omap_mmc.c
@@ -615,7 +615,7 @@ struct omap_mmc_s *omap2_mmc_init(struct omap_target_agent_s *ta,
omap_mmc_reset(s);
- iomemtype = cpu_register_io_memory(0, omap_mmc_readfn,
+ iomemtype = l4_register_io_memory(0, omap_mmc_readfn,
omap_mmc_writefn, s);
s->base = omap_l4_attach(ta, 0, iomemtype);
OpenPOWER on IntegriCloud