]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
mkimage: Allow a FIT to include an image of any type
[u-boot] / tools / imagetool.h
index ad2deb58dceae81e97884e0a19cf9c3541a78f6d..e0397f771618236b67fc4e2ed6505595492d3f38 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 */
+       int fit_image_type;     /* Image type to put into the FIT */
 };
 
 /*