X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=4f426e40a04043581d8acb2b09cdfac4bb6c79a4;hb=8e35bb07eb68e524804f2ef53dd18c7cec0b06fc;hp=3cf42ac96ab1d84c89385d461b8ef1b464cf69f6;hpb=cef2e51489567260857984c3e95d98eb03c97fe9;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/imagetool.h b/tools/imagetool.h index 3cf42ac..4f426e4 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -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 */ };