Home
last modified time | relevance | path

Searched refs:FIT_COMP_PROP (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c344 (char *)fdt_getprop(fit, node, FIT_COMP_PROP, NULL), in spl_load_fit_image()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c705 data = fdt_getprop(fit, noffset, FIT_COMP_PROP, &len); in fit_image_get_comp()
707 fit_get_debug(fit, noffset, FIT_COMP_PROP, len); in fit_image_get_comp()
/rk3399_rockchip-uboot/include/
H A Dimage.h935 #define FIT_COMP_PROP "compression" macro