Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c180 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local
185 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()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1596 uint8_t image_comp; in fit_image_check_comp() local
1598 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
1600 return (comp == image_comp); in fit_image_check_comp()