mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
4548b37a29
commit
2972d7d62f
30 changed files with 41 additions and 29 deletions
|
@ -68,7 +68,7 @@ int rkcommon_verify_header(unsigned char *buf, int size,
|
|||
*
|
||||
* @buf: Pointer to the image (can be a read-only file-mapping)
|
||||
*/
|
||||
void rkcommon_print_header(const void *buf);
|
||||
void rkcommon_print_header(const void *buf, struct image_tool_params *params);
|
||||
|
||||
/**
|
||||
* rkcommon_need_rc4_spl() - check if rc4 encoded spl is required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue