Revision 2e9bdce5 hw/integratorcp.c

b/hw/integratorcp.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 "primecell.h"
12 12
#include "devices.h"
13 13
#include "sysemu.h"
......
495 495
    pl181_init(0x1c000000, drives_table[sd].bdrv, pic[23], pic[24]);
496 496
    if (nd_table[0].vlan)
497 497
        smc91c111_init(&nd_table[0], 0xc8000000, pic[27]);
498
    pl110_init(0xc0000000, pic[22], 0);
498

  
499
    sysbus_create_simple("pl110", 0xc0000000, pic[22]);
499 500

  
500 501
    integrator_binfo.ram_size = ram_size;
501 502
    integrator_binfo.kernel_filename = kernel_filename;

Also available in: Unified diff