]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
mkimage: fit: spl: Add an optional static offset for external data
[u-boot] / tools / imagetool.h
index a3ed0f43d6afa21caa6d8755536b17d8a3f27ba2..1f2161cf615dbd156dca0d9c56ce7e8f8355f275 100644 (file)
@@ -74,6 +74,7 @@ struct image_tool_params {
        struct content_info *content_tail;
        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 */
 };
 
 /*