Searched refs:fit_image_check_os (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | image-fit.c | 1361 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os() function 1911 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load() 1912 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) || in fit_image_load() 1913 fit_image_check_os(fit, noffset, IH_OS_OPENRTOS); in fit_image_load()
|
/openbmc/u-boot/include/ |
H A D | image.h | 1066 int fit_image_check_os(const void *fit, int noffset, uint8_t os);
|