Searched refs:image_comp (Results 1 – 2 of 2) sorted by relevance
180 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local185 if (fit_image_get_comp(fit, node, &image_comp)) in spl_load_fit_image()188 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()195 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()201 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image()252 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()277 image_comp == IH_COMP_GZIP && in spl_load_fit_image()
1596 uint8_t image_comp; in fit_image_check_comp() local1598 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()1600 return (comp == image_comp); in fit_image_check_comp()