Revision 2e9bdce5 hw/realview.c

b/hw/realview.c
7 7
 * This code is licenced under the GPL.
8 8
 */
9 9

  
10
#include "hw.h"
10
#include "sysbus.h"
11 11
#include "arm-misc.h"
12 12
#include "primecell.h"
13 13
#include "devices.h"
......
96 96
    sp804_init(0x10011000, pic[4]);
97 97
    sp804_init(0x10012000, pic[5]);
98 98

  
99
    pl110_init(0x10020000, pic[23], 1);
99
    sysbus_create_simple("pl110_versatile", 0x10020000, pic[23]);
100 100

  
101 101
    index = drive_get_index(IF_SD, 0, 0);
102 102
    if (index == -1) {

Also available in: Unified diff