Searched refs:fit_image_get_arch (Results 1 – 3 of 3) sorted by relevance
| /u-boot/common/ |
| A D | image-fit.c | 528 fit_image_get_arch(fit, image_noffset, &arch); in fit_image_print() 717 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch) in fit_image_get_arch() function 1518 if (fit_image_get_arch(fit, noffset, &image_arch)) in fit_image_check_arch() 2083 fit_image_get_arch(fit, noffset, &os_arch); in fit_image_load()
|
| A D | bootm.c | 143 if (fit_image_get_arch(images.fit_hdr_os, in bootm_find_os()
|
| /u-boot/include/ |
| A D | image.h | 1087 int fit_image_get_arch(const void *fit, int noffset, uint8_t *arch);
|
Completed in 12 milliseconds