Searched refs:new_fdt_align (Results 1 – 1 of 1) sorted by relevance
991 void *new_fdt_align; in of_overlay_fdt_apply() local1047 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()1048 memcpy(new_fdt_align, overlay_fdt, size); in of_overlay_fdt_apply()1050 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL, in of_overlay_fdt_apply()