Home
last modified time | relevance | path

Searched refs:fdt_chosen (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dfdt_support.h37 int fdt_chosen(void *fdt);
/openbmc/u-boot/common/
H A Dimage-fdt.c538 if (fdt_chosen(blob) < 0) { in image_setup_libfdt()
H A Dfdt_support.c274 int fdt_chosen(void *fdt) in fdt_chosen() function
/openbmc/u-boot/cmd/
H A Dfdt.c653 fdt_chosen(working_fdt); in do_fdt()