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:
@@ -202,7 +202,7 @@ static int ublimage_verify_header(unsigned char *ptr, int image_size,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void ublimage_print_header(const void *ptr)
|
||||
static void ublimage_print_header(const void *ptr, struct image_tool_params *params)
|
||||
{
|
||||
struct ubl_header *ubl_hdr = (struct ubl_header *) ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user