Searched refs:new_fdt_align (Results 1 – 1 of 1) sorted by relevance
984 void *new_fdt_align; in of_overlay_fdt_apply() local1040 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()1041 memcpy(new_fdt_align, overlay_fdt, size); in of_overlay_fdt_apply()1043 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL, in of_overlay_fdt_apply()