Searched refs:fit_image_check_arch (Results 1 – 3 of 3) sorted by relevance
1080 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch);1337 return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT); in fit_image_check_target_arch()
299 if (fit_image_check_arch(fit, noffset, IH_ARCH_ARM)) { in fit_image_pre_process()
1690 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch() function