Home | History | Annotate | Download | only in installboot

Lines Matching defs:fdt

1144 	void *fdt = NULL;
1147 fdt = load_dtb(params);
1148 if (fdt == NULL)
1151 error = fdt_check_header(fdt);
1157 const int system_root = fdt_path_offset(fdt, "/");
1163 const int system_ncompat = fdt_stringlist_count(fdt, system_root,
1173 compatible = fdt_stringlist_get(fdt, system_root,
1178 printf("Checking FDT compatible string '%s'.\n",
1190 free(fdt);
1196 if (fdt != NULL)
1197 free(fdt);