[U-Boot] [PATCH v5 12/41] mkimage: Allow the original file size to be recorded
Simon Glass
sjg at chromium.org
Mon Aug 31 00:55:23 CEST 2015
Allow the image handler to store the original input file size so that it
can reference it later.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger at ni.com>
---
Changes in v5:
- Fix comment on orig_file_size
Changes in v4: None
Changes in v3: None
Changes in v2: None
tools/imagetool.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/imagetool.h b/tools/imagetool.h
index 99bbf2f..ad2deb5 100644
--- a/tools/imagetool.h
+++ b/tools/imagetool.h
@@ -60,6 +60,7 @@ struct image_tool_params {
const char *comment; /* Comment to add to signature node */
int require_keys; /* 1 to mark signing keys as 'required' */
int file_size; /* Total size of output file */
+ int orig_file_size; /* Original size for file before padding */
};
/*
--
2.5.0.457.gab17608
More information about the U-Boot
mailing list