]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/imagetool.h
karo: tx6ul: disable the PMIC for '_noenv' U-Boot
[karo-tx-uboot.git] / tools / imagetool.h
index 3e15b4e22b9a0086c57d3bb6c61a2abe35838a31..99bbf2f459e5ae2d66bb69a25b55011a990b84c3 100644 (file)
@@ -16,6 +16,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 #include <time.h>
 #include <unistd.h>
 #include <u-boot/sha1.h>
@@ -58,6 +59,7 @@ 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 */
 };
 
 /*