mkimage: Support automatic creating of a FIT without a .its
[platform/kernel/u-boot.git] / tools / imagetool.h
index 3cf42ac..4f426e4 100644 (file)
@@ -61,6 +61,7 @@ struct image_tool_params {
        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 */
+       bool auto_its;          /* Automatically create the .its file */
        int fit_image_type;     /* Image type to put into the FIT */
 };