Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c262 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local
267 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()
270 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
277 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()
283 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image()
341 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()
377 image_comp == IH_COMP_GZIP && in spl_load_fit_image()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1745 uint8_t image_comp; in fit_image_check_comp() local
1747 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
1749 return (comp == image_comp); in fit_image_check_comp()