Searched refs:fit_image_check_os (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 1363 int fit_image_check_os(const void *fit, int noffset, uint8_t os) in fit_image_check_os() function 1905 fit_image_check_os(fit, noffset, IH_OS_LINUX) || in fit_image_load() 1906 fit_image_check_os(fit, noffset, IH_OS_U_BOOT) || in fit_image_load() 1907 fit_image_check_os(fit, noffset, IH_OS_OPENRTOS); in fit_image_load()
|
/external/u-boot/include/ |
D | image.h | 1032 int fit_image_check_os(const void *fit, int noffset, uint8_t os);
|