Searched refs:IH_TYPE_RAMDISK (Results 1 - 5 of 5) sorted by relevance

/u-boot/boot/
H A Dimage-fit.c537 (type == IH_TYPE_RAMDISK) || (type == IH_TYPE_FIRMWARE) ||
543 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK) ||
550 (type == IH_TYPE_FIRMWARE) || (type == IH_TYPE_RAMDISK) ||
565 (type == IH_TYPE_RAMDISK)) {
2039 case IH_TYPE_RAMDISK:
2269 image_type == IH_TYPE_RAMDISK)) {
2289 if (image_type == IH_TYPE_RAMDISK && comp != IH_COMP_NONE)
H A Dimage-board.c77 !image_check_type(rd_hdr, IH_TYPE_RAMDISK)) {
392 arch, IH_TYPE_RAMDISK,
H A Dimage.c157 { IH_TYPE_RAMDISK, "ramdisk", "RAMDisk Image", },
H A Dbootm.c1265 IH_TYPE_RAMDISK,
/u-boot/include/
H A Dimage.h192 IH_TYPE_RAMDISK, /* RAMDisk Image */ enumerator in enum:image_type_t

Completed in 154 milliseconds