Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dimagetool.h142 int (*fflag_handle) (struct image_tool_params *); member
303 .fflag_handle = _fflag_handle, \
H A Dmkimage.c361 if (tparams->fflag_handle) in main()
368 retval = tparams->fflag_handle(&params); in main()