Home
last modified time | relevance | path

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

/external/u-boot/common/
Dimage-fdt.c321 image_end = image_get_image_end(fdt_hdr); in boot_get_fdt()
Dbootm.c111 images.os.end = image_get_image_end(os_hdr); in bootm_find_os()
/external/u-boot/include/
Dimage.h768 static inline ulong image_get_image_end(const image_header_t *hdr) in image_get_image_end() function