Searched refs:new_fdt_align (Results 1 – 1 of 1) sorted by relevance
972 void *new_fdt_align; in of_overlay_fdt_apply() local1027 new_fdt_align = PTR_ALIGN(new_fdt, FDT_ALIGN_SIZE); in of_overlay_fdt_apply()1028 memcpy(new_fdt_align, overlay_fdt, size); in of_overlay_fdt_apply()1030 overlay_mem = of_fdt_unflatten_tree(new_fdt_align, NULL, in of_overlay_fdt_apply()