diff options
| author | Pali Rohár <[email protected]> | 2023-03-29 21:25:54 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2023-04-13 11:34:47 +0200 |
| commit | 2972d7d62f8f177bf2186c7a38bdae53dff99a7a (patch) | |
| tree | cef1ee44f02159c56c627358647cd3b61662772f /tools/imx8mimage.c | |
| parent | 4548b37a29035c1d946e86513b70029cb4dc08b4 (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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/imx8mimage.c')
| -rw-r--r-- | tools/imx8mimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx8mimage.c b/tools/imx8mimage.c index 3ca79d865aa..21075c23799 100644 --- a/tools/imx8mimage.c +++ b/tools/imx8mimage.c @@ -60,7 +60,7 @@ static void imx8mimage_set_header(void *ptr, struct stat *sbuf, int ifd, { } -static void imx8mimage_print_header(const void *ptr) +static void imx8mimage_print_header(const void *ptr, struct image_tool_params *params) { } |
