Searched refs:IH_COMP_LZMA (Results 1 – 6 of 6) sorted by relevance
72 if (comp != IH_COMP_GZIP && comp != IH_COMP_LZMA) in fit_decomp_image()101 if (comp == IH_COMP_LZMA) { in fit_decomp_image()
326 [IH_COMP_LZMA] = "LZMA", in print_decomp_msg()403 return IH_COMP_LZMA; in bootm_parse_comp()456 case IH_COMP_LZMA: { in bootm_decomp_image()
280 else if (comp == IH_COMP_LZMA) in sysmem_alloc_uncomp_kernel()307 [IH_COMP_LZMA] = "LZMA", in android_bootloader_boot_kernel()
174 { IH_COMP_LZMA, "lzma", "lzma compressed", },
458 err |= run_bootm_test(IH_COMP_LZMA, compress_using_lzma); in do_ut_image_decomp()
293 IH_COMP_LZMA, /* lzma Compression Used */ enumerator