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/realview.c | |
parent | a7086888fc9d08d725eb5c8cc862c3434f7503e2 (diff) |
ARM timers qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/realview.c')
-rw-r--r-- | hw/realview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/realview.c b/hw/realview.c index e54918b2ab..e0d6d25c8e 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -91,8 +91,8 @@ static void realview_init(ram_addr_t ram_size, /* DMA controller is optional, apparently. */ pl080_init(0x10030000, pic[24], 2); - sp804_init(0x10011000, pic[4]); - sp804_init(0x10012000, pic[5]); + sysbus_create_simple("sp804", 0x10011000, pic[4]); + sysbus_create_simple("sp804", 0x10012000, pic[5]); sysbus_create_simple("pl110_versatile", 0x10020000, pic[23]); |