mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
omap_l4: rename omap_l4_attach_region() to omap_l4_attach()
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
a6dbd3c836
commit
f44336c594
11 changed files with 19 additions and 19 deletions
|
@ -112,5 +112,5 @@ void omap_tap_init(struct omap_target_agent_s *ta,
|
|||
{
|
||||
memory_region_init_io(&mpu->tap_iomem, &omap_tap_ops, mpu, "omap.tap",
|
||||
omap_l4_region_size(ta, 0));
|
||||
omap_l4_attach_region(ta, 0, &mpu->tap_iomem);
|
||||
omap_l4_attach(ta, 0, &mpu->tap_iomem);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue