Home
last modified time | relevance | path

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

/boot/
A Dimage-fit.c1593 uint8_t image_type; in fit_image_check_type() local
1597 return (type == image_type); in fit_image_check_type()
2062 int image_type = image_ph_type(ph_type); in fit_image_load() local
2122 if (image_type == IH_TYPE_KERNEL) in fit_image_load()
2179 (image_type == IH_TYPE_KERNEL && in fit_image_load()
2182 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load()
2183 image_type == IH_TYPE_FPGA || in fit_image_load()
2202 genimg_get_type_name(image_type)); in fit_image_load()
2257 if (image_type != IH_TYPE_KERNEL && in fit_image_load()
2275 !(image_type == IH_TYPE_KERNEL || in fit_image_load()
[all …]
A Dbootm.c1208 uint8_t image_type; in bootm_host_load_image() local
1222 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
1233 ret = image_decomp(image_comp, 0, data, image_type, load_buf, in bootm_host_load_image()

Completed in 31 milliseconds