summaryrefslogtreecommitdiff
path: root/hw/versatilepb.c
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-14 22:35:07 +0100
commita63bdb31026648fef5d4ffb3caafc973c8ced53c (patch)
tree5b285118fb7a701312e7831f703c291cac4d4a96 /hw/versatilepb.c
parenta5580466257337e74e48124c185e4db9d29325ec (diff)
downloadqemu-a63bdb31026648fef5d4ffb3caafc973c8ced53c.tar.gz
PL031 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 19b66bb402..ac630e85e3 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -237,7 +237,7 @@ static void versatile_init(ram_addr_t ram_size,
#endif
/* Add PL031 Real Time Clock. */
- pl031_init(0x101e8000,pic[10]);
+ sysbus_create_simple("pl031", 0x101e8000, pic[10]);
/* Memory map for Versatile/PB: */
/* 0x10000000 System registers. */