Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimagetool.h140 int (*fflag_handle) (struct image_tool_params *); member
322 .fflag_handle = _fflag_handle, \
H A Dmkimage.c353 if (tparams->fflag_handle) in main()
360 retval = tparams->fflag_handle(&params); in main()