From e3f6f5be0ab3a04aa49335cc8c216986cbace573 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 14 May 2009 22:35:08 +0100 Subject: PL080 qdev conversion Signed-off-by: Paul Brook --- hw/realview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/realview.c') diff --git a/hw/realview.c b/hw/realview.c index 24ff3c8442..a482487de2 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -89,7 +89,7 @@ static void realview_init(ram_addr_t ram_size, sysbus_create_simple("pl011", 0x1000c000, pic[15]); /* DMA controller is optional, apparently. */ - pl080_init(0x10030000, pic[24], 2); + sysbus_create_simple("pl081", 0x10030000, pic[24]); sysbus_create_simple("sp804", 0x10011000, pic[4]); sysbus_create_simple("sp804", 0x10012000, pic[5]); -- cgit v1.2.3