]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
Merge git://git.denx.de/u-boot-cfi-flash
[u-boot] / tools / imagetool.h
index 15c2a0c0e1c13b8124f260f9c1f6224f3014a51f..e67de9b5ad34fb13e2bfc1304e211d3ebedb8e6c 100644 (file)
@@ -12,6 +12,7 @@
 #include "os_support.h"
 #include <errno.h>
 #include <fcntl.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -76,6 +77,7 @@ struct image_tool_params {
        bool external_data;     /* Store data outside the FIT */
        bool quiet;             /* Don't output text in normal operation */
        unsigned int external_offset;   /* Add padding to external data */
+       const char *engine_id;  /* Engine to use for signing */
 };
 
 /*