aboutsummaryrefslogtreecommitdiffstats
path: root/hw/versatilepb.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:08 +0100
commitb4496b13bb51884681656c3470ba778c7e888c2b (patch)
tree3bd12192c863c5b6e773704136c47f38ae2cf7d7 /hw/versatilepb.c
parent82634c2d748f6d418ee51bcc61c3dc7a99c9911b (diff)
PL080 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/versatilepb.c')
-rw-r--r--hw/versatilepb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/versatilepb.c b/hw/versatilepb.c
index 415111974..13a8e1940 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -226,7 +226,7 @@ static void versatile_init(ram_addr_t ram_size,
sysbus_create_simple("pl011", 0x101f3000, pic[14]);
sysbus_create_simple("pl011", 0x10009000, sic[6]);
- pl080_init(0x10130000, pic[17], 8);
+ sysbus_create_simple("pl080", 0x10130000, pic[17]);
sysbus_create_simple("sp804", 0x101e2000, pic[4]);
sysbus_create_simple("sp804", 0x101e3000, pic[5]);