Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfdt_support.h30 int fdt_root(void *fdt);
/rk3399_rockchip-uboot/common/
H A Dimage-fdt.c631 if (fdt_root(blob) < 0) { in image_setup_libfdt()
H A Dfdt_support.c198 int fdt_root(void *fdt) in fdt_root() function