Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dimage.h1080 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()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c299 if (fit_image_check_arch(fit, noffset, IH_ARCH_ARM)) { in fit_image_pre_process()
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c1690 int fit_image_check_arch(const void *fit, int noffset, uint8_t arch) in fit_image_check_arch() function