Home
last modified time | relevance | path

Searched refs:IH_COMP_LZMA (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/test/
Dcompression.c513 return run_bootm_test(uts, IH_COMP_LZMA, compress_using_lzma); in compression_test_bootm_lzma()
/external/u-boot/common/
Dbootm.c404 case IH_COMP_LZMA: { in bootm_decomp_image()
Dimage.c175 { IH_COMP_LZMA, "lzma", "lzma compressed", },
/external/u-boot/include/
Dimage.h294 IH_COMP_LZMA, /* lzma Compression Used */ enumerator