aboutsummaryrefslogtreecommitdiff
path: root/tools/lpc32xximage.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lpc32xximage.c')
-rw-r--r--tools/lpc32xximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lpc32xximage.c b/tools/lpc32xximage.c
index 37931f91840..715a55a5b5b 100644
--- a/tools/lpc32xximage.c
+++ b/tools/lpc32xximage.c
@@ -125,7 +125,7 @@ static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs)
printf("header[%d] = %02x\n", ofs, hdr->data[ofs]);
}
-static void lpc32xximage_print_header(const void *ptr)
+static void lpc32xximage_print_header(const void *ptr, struct image_tool_params *params)
{
struct nand_page_0_boot_header *hdr =
(struct nand_page_0_boot_header *)ptr;