Home
last modified time | relevance | path

Searched refs:check_image_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/
H A Dimagetool.c21 if ((*curr)->check_image_type) { in imagetool_get_type()
22 if (!(*curr)->check_image_type(type)) in imagetool_get_type()
H A Dimagetool.h138 int (*check_image_type) (uint8_t); member
321 .check_image_type = _check_image_type, \