Home
last modified time | relevance | path

Searched refs:IH_COMP_BZIP2 (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/cmd/
Dximg.c221 case IH_COMP_BZIP2: in do_imgextract()
/external/u-boot/test/
Dcompression.c507 return run_bootm_test(uts, IH_COMP_BZIP2, compress_using_bzip2); in compression_test_bootm_bzip2()
/external/u-boot/common/
Dbootm.c388 case IH_COMP_BZIP2: { in bootm_decomp_image()
Dimage.c173 { IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
/external/u-boot/include/
Dimage.h293 IH_COMP_BZIP2, /* bzip2 Compression Used */ enumerator