Home
last modified time | relevance | path

Searched refs:of_live_build (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dof_live.h21 int of_live_build(const void *fdt_blob, struct device_node **rootp);
/external/u-boot/lib/
Dof_live.c317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build() function
/external/u-boot/common/
Dboard_r.c271 ret = of_live_build(gd->fdt_blob, (struct device_node **)&gd->of_root); in initr_of_live()