X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=e67de9b5ad34fb13e2bfc1304e211d3ebedb8e6c;hb=4f6c7b12ed425095e635c32f184e8f8002da3823;hp=15c2a0c0e1c13b8124f260f9c1f6224f3014a51f;hpb=38cacdab3b5a6d8efd16a4b2620f7ab72144a624;p=u-boot diff --git a/tools/imagetool.h b/tools/imagetool.h index 15c2a0c0e1..e67de9b5ad 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -12,6 +12,7 @@ #include "os_support.h" #include #include +#include #include #include #include @@ -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 */ }; /*