mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
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:
@@ -481,7 +481,7 @@ int rkcommon_verify_header(unsigned char *buf, int size,
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
void rkcommon_print_header(const void *buf)
|
||||
void rkcommon_print_header(const void *buf, struct image_tool_params *params)
|
||||
{
|
||||
struct header0_info header0;
|
||||
struct header0_info_v2 header0_v2;
|
||||
|
Reference in New Issue
Block a user