tools: imagetool: Extend print_header() by params argument
This allows image type print_header() callback to access struct image_tool_params *params. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -790,7 +790,7 @@ int main(int argc, char **argv)
|
||||
|
||||
/* Print the image information by processing image header */
|
||||
if (tparams->print_header)
|
||||
tparams->print_header (ptr);
|
||||
tparams->print_header (ptr, ¶ms);
|
||||
else {
|
||||
fprintf (stderr, "%s: Can't print header for %s\n",
|
||||
params.cmdname, tparams->name);
|
||||
|
Reference in New Issue
Block a user