Home
last modified time | relevance | path

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

/u-boot/common/spl/
A Dspl_fit.c243 uint8_t image_comp = -1, type = -1; in spl_load_fit_image() local
257 fit_image_get_comp(fit, node, &image_comp); in spl_load_fit_image()
258 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
312 if (IS_ENABLED(CONFIG_SPL_GZIP) && image_comp == IH_COMP_GZIP) { in spl_load_fit_image()
/u-boot/common/
A Dimage-fit.c1564 uint8_t image_comp; in fit_image_check_comp() local
1566 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp()
1568 return (comp == image_comp); in fit_image_check_comp()
A Dimage.c214 static const struct comp_magic_map image_comp[] = { variable
429 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type()

Completed in 10 milliseconds