summaryrefslogtreecommitdiff
path: root/hw/versatilepb.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/versatilepb.c')
-rw-r--r--hw/versatilepb.c4
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. */