Searched refs:image_comp (Results 1 – 2 of 2) sorted by relevance
262 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local267 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()
1745 uint8_t image_comp; in fit_image_check_comp() local1747 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()1749 return (comp == image_comp); in fit_image_check_comp()