X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=8726792c8c0653679abbdac3ab340bbad798b4c5;hb=5a1a8a63be8f7262a300eddafb18020926b12fb6;hp=f54809cd57864f8312b378afd513d5470e359ae1;hpb=ada61f1ee2a4eaa1b29d699b5ba940483171df8a;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/imagetool.h b/tools/imagetool.h index f54809c..8726792 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -81,6 +81,7 @@ struct image_tool_params { unsigned int external_offset; /* Add padding to external data */ int bl_len; /* Block length in byte for external data */ const char *engine_id; /* Engine to use for signing */ + bool reset_timestamp; /* Reset the timestamp on an existing image */ }; /* @@ -125,9 +126,9 @@ struct image_type_params { struct image_tool_params *); /* * This function is used by the command to retrieve a component - * (sub-image) from the image (i.e. dumpimage -i -p - * ). - * Thus the code to extract a file from an image must be put here. + * (sub-image) from the image (i.e. dumpimage -p + * -o ). Thus the code to extract a file + * from an image must be put here. * * Returns 0 if the file was successfully retrieved from the image, * or a negative value on error.