From f44336c594c7e7887ee43ece3b53ba68b827fd1d Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 28 Nov 2011 15:40:49 +0200 Subject: omap_l4: rename omap_l4_attach_region() to omap_l4_attach() Signed-off-by: Avi Kivity --- hw/omap_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/omap_uart.c') diff --git a/hw/omap_uart.c b/hw/omap_uart.c index 64fc9f5c9..167d5c4e5 100644 --- a/hw/omap_uart.c +++ b/hw/omap_uart.c @@ -165,7 +165,7 @@ struct omap_uart_s *omap2_uart_init(MemoryRegion *sysmem, qemu_irq txdma, qemu_irq rxdma, const char *label, CharDriverState *chr) { - target_phys_addr_t base = omap_l4_attach_region(ta, 0, NULL); + target_phys_addr_t base = omap_l4_attach(ta, 0, NULL); struct omap_uart_s *s = omap_uart_init(base, irq, fclk, iclk, txdma, rxdma, label, chr); -- cgit v1.2.3