Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Duboot_image.h224 uint8_t ih_type; /* Image Type */ member
H A Dloader.c656 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()
/openbmc/u-boot/include/
H A Dimage.h347 uint8_t ih_type; /* Image Type */ member