Revision 5a4348d1 hw/ppc/mpc8544ds.c

b/hw/ppc/mpc8544ds.c
21 21
    const char model[] = "MPC8544DS";
22 22
    const char compatible[] = "MPC8544DS\0MPC85xxDS";
23 23

  
24
    qemu_devtree_setprop(fdt, "/", "model", model, sizeof(model));
25
    qemu_devtree_setprop(fdt, "/", "compatible", compatible,
26
                         sizeof(compatible));
24
    qemu_fdt_setprop(fdt, "/", "model", model, sizeof(model));
25
    qemu_fdt_setprop(fdt, "/", "compatible", compatible,
26
                     sizeof(compatible));
27 27
}
28 28

  
29 29
static void mpc8544ds_init(QEMUMachineInitArgs *args)

Also available in: Unified diff