Searched refs:run_bootm_test (Results 1 – 1 of 1) sorted by relevance
408 static int run_bootm_test(int comp_type, mutate_func compress) in run_bootm_test() function456 err = run_bootm_test(IH_COMP_GZIP, compress_using_gzip); in do_ut_image_decomp()457 err |= run_bootm_test(IH_COMP_BZIP2, compress_using_bzip2); in do_ut_image_decomp()458 err |= run_bootm_test(IH_COMP_LZMA, compress_using_lzma); in do_ut_image_decomp()459 err |= run_bootm_test(IH_COMP_LZO, compress_using_lzo); in do_ut_image_decomp()460 err |= run_bootm_test(IH_COMP_LZ4, compress_using_lz4); in do_ut_image_decomp()461 err |= run_bootm_test(IH_COMP_NONE, compress_using_none); in do_ut_image_decomp()