Searched refs:of_live_build (Results 1 – 8 of 8) sorted by relevance
22 int of_live_build(const void *fdt_blob, struct device_node **rootp);
320 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build() function
381 of_live_build((void *)gd->fdt_blob, (struct device_node **)&gd->of_root); in init_kernel_dtb()
312 ret = of_live_build(gd->fdt_blob, (struct device_node **)&gd->of_root); in initr_of_live()