diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | 6a824ec3d2e3d9b061c31aa14535eb7e08a6846c (patch) | |
tree | 162f5a5ed40d3223d204f4f06a48813d948174eb /hw/versatilepb.c | |
parent | a7086888fc9d08d725eb5c8cc862c3434f7503e2 (diff) |
ARM timers qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/versatilepb.c')
-rw-r--r-- | hw/versatilepb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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. */ |