Home
last modified time | relevance | path

Searched refs:fdt_overlay_apply_verbose (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dfdt_support.h289 int fdt_overlay_apply_verbose(void *fdt, void *fdto);
/openbmc/u-boot/cmd/
H A Dfdt.c710 ret = fdt_overlay_apply_verbose(working_fdt, blob); in do_fdt()
/openbmc/u-boot/common/
H A Dfdt_support.c1736 int fdt_overlay_apply_verbose(void *fdt, void *fdto) in fdt_overlay_apply_verbose() function
H A Dimage-fit.c2145 err = fdt_overlay_apply_verbose(base, ov); in boot_get_fdt_fit()