Searched refs:IH_TYPE_INVALID (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/
H A Ddefault_image.c28 if (((type > IH_TYPE_INVALID) && (type < IH_TYPE_FLATDT)) ||
H A Dmkimage.c204 int type = IH_TYPE_INVALID;
399 } else if (params.lflag || type != IH_TYPE_INVALID) {
870 (((params.type > IH_TYPE_INVALID) && (params.type < IH_TYPE_FLATDT)) ||
/u-boot/boot/
H A Dimage.c152 { IH_TYPE_INVALID, "invalid", "Invalid Image", },
/u-boot/include/
H A Dimage.h189 IH_TYPE_INVALID = 0, /* Invalid Image */ enumerator in enum:image_type_t

Completed in 164 milliseconds