Home
last modified time | relevance | path

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

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