Home
last modified time | relevance | path

Searched refs:IH_COMP_NONE (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/cmd/
Dximg.c98 if ((comp != IH_COMP_NONE) && (argc < 4)) { in do_imgextract()
146 if (fit_image_check_comp(fit_hdr, noffset, IH_COMP_NONE) in do_imgextract()
186 case IH_COMP_NONE: in do_imgextract()
/external/u-boot/common/
Dbootm.c161 images.os.comp = IH_COMP_NONE; in bootm_find_os()
316 if (comp_type == IH_COMP_NONE) in print_decomp_msg()
373 case IH_COMP_NONE: in bootm_decomp_image()
480 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
Dimage-fdt.c58 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
Dimage.c172 { IH_COMP_NONE, "none", "uncompressed", },
Dimage-fit.c1892 !fit_image_check_comp(fit, noffset, IH_COMP_NONE)) { in fit_image_load()
/external/u-boot/test/
Dcompression.c486 if (comp_type == IH_COMP_NONE) in run_bootm_test()
531 return run_bootm_test(uts, IH_COMP_NONE, compress_using_none); in compression_test_bootm_none()
/external/u-boot/tools/
Dfit_image.c239 genimg_get_comp_short_name(IH_COMP_NONE)); in fit_write_images()
/external/u-boot/include/
Dimage.h291 IH_COMP_NONE = 0, /* No Compression Used */ enumerator