HomeSort by relevance Sort by last modified time
    Searched refs:fdt_chosen (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
fdt_support.h 37 int fdt_chosen(void *fdt);
  /external/u-boot/common/
image-fdt.c 476 if (fdt_chosen(blob) < 0) {
fdt_support.c 274 int fdt_chosen(void *fdt) function
282 printf("fdt_chosen: %s\n", fdt_strerror(err));
    [all...]
  /external/u-boot/cmd/
fdt.c 613 fdt_chosen(working_fdt);

Completed in 57 milliseconds