Home
last modified time | relevance | path

Searched refs:imagetool_get_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dimagetool.c12 struct image_type_params *imagetool_get_type(int type) in imagetool_get_type() function
H A Dimagetool.h164 struct image_type_params *imagetool_get_type(int type);
H A Ddumpimage.c116 tparams = imagetool_get_type(params.type); in main()
H A Dmkimage.c330 tparams = imagetool_get_type(params.type); in main()
652 struct image_type_params *tparams = imagetool_get_type(params.type); in copy_file()