Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h1305 static inline int fit_image_check_target_arch(const void *fdt, int node) in fit_image_check_target_arch() function
/openbmc/u-boot/common/
H A Dimage-fit.c1885 if (!fit_image_check_target_arch(fit, noffset)) { in fit_image_load()