Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[oweals/u-boot.git] / tools / imagetool.h
index b7874f47cd228f0a6aaf93f9098979f36a7ca5ca..ad2deb58dceae81e97884e0a19cf9c3541a78f6d 100644 (file)
@@ -59,6 +59,8 @@ struct image_tool_params {
        const char *keydest;    /* Destination .dtb for public key */
        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 */
 };
 
 /*