Revision 3f0855b1 hw/ppce500_mpc8544ds.c

b/hw/ppce500_mpc8544ds.c
46 46
#define MPC8544_PCI_IO             0xE1000000
47 47
#define MPC8544_PCI_IOLEN          0x10000
48 48

  
49
#ifdef HAVE_FDT
49
#ifdef CONFIG_FDT
50 50
static int mpc8544_copy_soc_cell(void *fdt, const char *node, const char *prop)
51 51
{
52 52
    uint32_t cell;
......
77 77
                                     const char *kernel_cmdline)
78 78
{
79 79
    void *fdt = NULL;
80
#ifdef HAVE_FDT
80
#ifdef CONFIG_FDT
81 81
    uint32_t mem_reg_property[] = {0, ramsize};
82 82
    char *filename;
83 83
    int fdt_size;

Also available in: Unified diff