aboutsummaryrefslogtreecommitdiff
path: root/tools/mxsimage.c
diff options
context:
space:
mode:
authorPali Rohár2023-03-29 21:25:54 +0200
committerStefan Roese2023-04-13 11:34:47 +0200
commit2972d7d62f8f177bf2186c7a38bdae53dff99a7a (patch)
treecef1ee44f02159c56c627358647cd3b61662772f /tools/mxsimage.c
parent4548b37a29035c1d946e86513b70029cb4dc08b4 (diff)
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>
Diffstat (limited to 'tools/mxsimage.c')
-rw-r--r--tools/mxsimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mxsimage.c b/tools/mxsimage.c
index fbe46c47fae..ead61d0cd63 100644
--- a/tools/mxsimage.c
+++ b/tools/mxsimage.c
@@ -2239,7 +2239,7 @@ static int mxsimage_verify_header(unsigned char *ptr, int image_size,
return mxsimage_verify_print_header(params->imagefile, 1);
}
-static void mxsimage_print_header(const void *hdr)
+static void mxsimage_print_header(const void *hdr, struct image_tool_params *params)
{
if (imagefile)
mxsimage_verify_print_header(imagefile, 0);