Searched refs:fit_image_get_os (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 506 fit_image_get_os(fit, image_noffset, &os); in fit_image_print() 657 int fit_image_get_os(const void *fit, int noffset, uint8_t *os) in fit_image_get_os() function 1367 if (fit_image_get_os(fit, noffset, &image_os)) in fit_image_check_os() 1915 fit_image_get_os(fit, noffset, &os); in fit_image_load()
|
D | bootm.c | 134 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
|
/external/u-boot/common/spl/ |
D | spl_fit.c | 347 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
|
/external/u-boot/include/ |
D | image.h | 982 int fit_image_get_os(const void *fit, int noffset, uint8_t *os);
|