Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h1067 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch);
1308 return fit_image_check_arch(fdt, node, IH_ARCH_DEFAULT); in fit_image_check_target_arch()
/openbmc/u-boot/common/
H A Dimage-fit.c1383 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch() function