Searched refs:ih_type (Results 1 – 3 of 3) sorted by relevance
224 uint8_t ih_type; /* Image Type */ member
656 if (hdr->ih_type != image_type) { in load_uboot_image()658 hdr->ih_type == IH_TYPE_KERNEL_NOLOAD)) { in load_uboot_image()659 fprintf(stderr, "Wrong image type %d, expected %d\n", hdr->ih_type, in load_uboot_image()666 switch (hdr->ih_type) { in load_uboot_image()732 fprintf(stderr, "Unsupported u-boot image type %d\n", hdr->ih_type); in load_uboot_image()
347 uint8_t ih_type; /* Image Type */ member