From ad0826dcd81ba6cf4cc93a4ca8337e1bc676c238 Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Wed, 3 Oct 2012 15:47:08 +0000 Subject: imximage: change parameters to set_imx_hdr Call with the value the function will use instead of going through a pointer. Signed-off-by: Troy Kisky --- tools/imximage.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools/imximage.h') diff --git a/tools/imximage.h b/tools/imximage.h index 34f293d95a..42b60906fd 100644 --- a/tools/imximage.h +++ b/tools/imximage.h @@ -168,9 +168,7 @@ typedef void (*set_dcd_rst_t)(struct imx_header *imxhdr, uint32_t dcd_len, char *name, int lineno); -typedef void (*set_imx_hdr_t)(struct imx_header *imxhdr, - uint32_t dcd_len, - struct stat *sbuf, - struct mkimage_params *params); +typedef void (*set_imx_hdr_t)(struct imx_header *imxhdr, uint32_t dcd_len, + uint32_t entry_point, uint32_t flash_offset); #endif /* _IMXIMAGE_H_ */ -- cgit v1.2.1