Searched refs:FIT_DESC_PROP (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | fit_image.c | 205 fdt_property_string(fdt, FIT_DESC_PROP, params->imagename); in fit_write_images() 234 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_images() 296 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_configs() 337 fdt_property_strf(fdt, FIT_DESC_PROP, in fit_build_fdt()
|
/openbmc/u-boot/common/ |
H A D | image-fit.c | 573 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc() 575 fit_get_debug(fit, noffset, FIT_DESC_PROP, len); in fit_get_desc() 1465 if (fdt_getprop(fit, 0, FIT_DESC_PROP, NULL) == NULL) { in fit_check_format()
|
/openbmc/u-boot/include/ |
H A D | image.h | 944 #define FIT_DESC_PROP "description" macro
|