Home
last modified time | relevance | path

Searched refs:image_get_image_end (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c453 image_end = image_get_image_end(fdt_hdr); in boot_get_fdt()
H A Dbootm.c129 images.os.end = image_get_image_end(os_hdr); in bootm_find_os()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h793 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end() function