From 6a824ec3d2e3d9b061c31aa14535eb7e08a6846c Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 14 May 2009 22:35:07 +0100 Subject: ARM timers qdev conversion Signed-off-by: Paul Brook --- hw/versatilepb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/versatilepb.c') diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 31fdb81843..1db38c80c6 100644 --- a/hw/versatilepb.c +++ b/hw/versatilepb.c @@ -216,8 +216,8 @@ static void versatile_init(ram_addr_t ram_size, sysbus_create_simple("pl011", 0x10009000, sic[6]); pl080_init(0x10130000, pic[17], 8); - sp804_init(0x101e2000, pic[4]); - sp804_init(0x101e3000, pic[5]); + sysbus_create_simple("sp804", 0x101e2000, pic[4]); + sysbus_create_simple("sp804", 0x101e3000, pic[5]); /* The versatile/PB actually has a modified Color LCD controller that includes hardware cursor support from the PL111. */ -- cgit v1.2.3-55-g7522