Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfdt_support.h27 int fdt_root(void *fdt);
/openbmc/u-boot/common/
H A Dimage-fdt.c534 if (fdt_root(blob) < 0) { in image_setup_libfdt()
H A Dfdt_support.c188 int fdt_root(void *fdt) in fdt_root() function