Home
last modified time | relevance | path

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

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