Searched refs:image_comp (Results 1 – 3 of 3) sorted by relevance
| /boot/ |
| A D | bootm.c | 1209 uint8_t image_comp; in bootm_host_load_image() local 1227 if (fit_image_get_comp(fit, noffset, &image_comp)) in bootm_host_load_image() 1228 image_comp = IH_COMP_NONE; in bootm_host_load_image() 1233 ret = image_decomp(image_comp, 0, data, image_type, load_buf, in bootm_host_load_image() 1238 ret = handle_decomp_error(image_comp, load_end - 0, buf_size, ret); in bootm_host_load_image()
|
| A D | image.c | 215 static const struct comp_magic_map image_comp[] = { variable 438 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type()
|
| A D | image-fit.c | 1616 uint8_t image_comp; in fit_image_check_comp() local 1618 if (fit_image_get_comp(fit, noffset, &image_comp)) in fit_image_check_comp() 1620 return (comp == image_comp); in fit_image_check_comp()
|
Completed in 22 milliseconds