Revision ded57c5f device_tree.c

b/device_tree.c
41 41
    }
42 42

  
43 43
    /* Expand to 2x size to give enough room for manipulation.  */
44
    dt_size += 10000;
44 45
    dt_size *= 2;
45 46
    /* First allocate space in qemu for device tree */
46 47
    fdt = g_malloc0(dt_size);

Also available in: Unified diff