Home
last modified time | relevance | path

Searched refs:FIT_DESC_PROP (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dimage-fit.c490 *desc = (char *)fdt_getprop(fit, noffset, FIT_DESC_PROP, &len); in fit_get_desc()
492 fit_get_debug(fit, noffset, FIT_DESC_PROP, len); in fit_get_desc()
1766 if (fdt_getprop(fit, 0, FIT_DESC_PROP, NULL) == NULL) { in fit_check_format()
/rk3399_rockchip-uboot/include/
H A Dimage.h931 #define FIT_DESC_PROP "description" macro