Home
last modified time | relevance | path

Searched refs:genimg_get_comp_name (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/common/spl/
Dspl_fit.c192 debug("%s ", genimg_get_comp_name(image_comp)); in spl_load_fit_image()
/external/u-boot/common/
Dimage.c310 comp = genimg_get_comp_name(image_get_comp(hdr)); in image_print_type()
719 const char *genimg_get_comp_name(uint8_t comp) in genimg_get_comp_name() function
Dbootm.c338 const char *name = genimg_get_comp_name(comp_type); in handle_decomp_error()
Dimage-fit.c475 printf("%s Compression: %s\n", p, genimg_get_comp_name(comp)); in fit_image_print()
/external/u-boot/test/
Dcompression.c469 printf("Testing: %s\n", genimg_get_comp_name(comp_type)); in run_bootm_test()
/external/u-boot/include/
Dimage.h484 const char *genimg_get_comp_name(uint8_t comp);