aboutsummaryrefslogtreecommitdiff
path: root/tools/sunxi_egon.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sunxi_egon.c')
-rw-r--r--tools/sunxi_egon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sunxi_egon.c b/tools/sunxi_egon.c
index d45b6f5..a514427 100644
--- a/tools/sunxi_egon.c
+++ b/tools/sunxi_egon.c
@@ -82,7 +82,7 @@ static int egon_verify_header(unsigned char *ptr, int image_size,
return EXIT_SUCCESS;
}
-static void egon_print_header(const void *buf)
+static void egon_print_header(const void *buf, struct image_tool_params *params)
{
const struct boot_file_head *header = buf;