Home
last modified time | relevance | path

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

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