Searched refs:uboot_image_header_t (Results 1 – 2 of 2) sorted by relevance
227 } uboot_image_header_t; typedef
517 static void bswap_uboot_header(uboot_image_header_t *hdr) in bswap_uboot_header()636 uboot_image_header_t h; in load_uboot_image()637 uboot_image_header_t *hdr = &h; in load_uboot_image()646 size = read(fd, hdr, sizeof(uboot_image_header_t)); in load_uboot_image()647 if (size < sizeof(uboot_image_header_t)) { in load_uboot_image()