Searched refs:of_live_build (Results 1 – 3 of 3) sorted by relevance
21 int of_live_build(const void *fdt_blob, struct device_node **rootp);
317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build() function
271 ret = of_live_build(gd->fdt_blob, (struct device_node **)&gd->of_root); in initr_of_live()