Searched refs:fit_image_get_arch (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/ |
D | image-fit.c | 507 fit_image_get_arch(fit, image_noffset, &arch); in fit_image_print() 696 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch() function 1401 if (fit_image_get_arch(fit, noffset, &image_arch)) in fit_image_check_arch() 1915 fit_image_get_arch(fit, noffset, &os_arch); in fit_image_load()
|
D | bootm.c | 135 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 1010 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);
|
/external/u-boot/include/ |
D | image.h | 1010 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);
|