diff options
Diffstat (limited to 'tools/vybridimage.c')
-rw-r--r-- | tools/vybridimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vybridimage.c b/tools/vybridimage.c index 94a6684c19b..c38886fa903 100644 --- a/tools/vybridimage.c +++ b/tools/vybridimage.c @@ -134,7 +134,7 @@ static void vybridimage_print_hdr_field(struct nand_page_0_boot_header *hdr, printf("header.fcb[%d] = %08x\n", idx, hdr->fcb[idx]); } -static void vybridimage_print_header(const void *ptr) +static void vybridimage_print_header(const void *ptr, struct image_tool_params *params) { struct nand_page_0_boot_header *hdr = (struct nand_page_0_boot_header *)ptr; |