Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsource.c39 return fdt_getprop(fit, images_noffset, FIT_DEFAULT_PROP, NULL); in get_default_image()
/openbmc/u-boot/common/
H A Dimage-fit.c410 uname = (char *)fdt_getprop(fit, noffset, FIT_DEFAULT_PROP, NULL); in fit_print_contents()
1650 FIT_DEFAULT_PROP, &len); in fit_conf_get_node()
1652 fit_get_debug(fit, confs_noffset, FIT_DEFAULT_PROP, in fit_conf_get_node()
/openbmc/u-boot/tools/
H A Dfit_image.c285 fdt_property_string(fdt, FIT_DEFAULT_PROP, "conf-1"); in fit_write_configs()
/openbmc/u-boot/include/
H A Dimage.h957 #define FIT_DEFAULT_PROP "default" macro