Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dimximage.c112 static uint32_t detect_imximage_version(struct imx_header *imx_hdr) in detect_imximage_version() function
469 ver = detect_imximage_version(imx_hdr); in print_hdr_v1()
499 version = detect_imximage_version(imx_hdr); in print_hdr_v2()
802 if (detect_imximage_version(imx_hdr) == IMXIMAGE_VER_INVALID) in imximage_verify_header()
811 uint32_t version = detect_imximage_version(imx_hdr); in imximage_print_header()