Searched refs:IH_COMP_BZIP2 (Results 1 – 6 of 6) sorted by relevance
325 [IH_COMP_BZIP2] = "BZIP2", in print_decomp_msg()399 return IH_COMP_BZIP2; in bootm_parse_comp()440 case IH_COMP_BZIP2: { in bootm_decomp_image()
278 else if (comp == IH_COMP_BZIP2) in sysmem_alloc_uncomp_kernel()306 [IH_COMP_BZIP2] = "BZIP2", in android_bootloader_boot_kernel()
172 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
222 case IH_COMP_BZIP2: in do_imgextract()
457 err |= run_bootm_test(IH_COMP_BZIP2, compress_using_bzip2); in do_ut_image_decomp()
292 IH_COMP_BZIP2, /* bzip2 Compression Used */ enumerator