diff options
author | Simon Glass <sjg@chromium.org> | 2013-06-13 15:10:06 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-26 10:18:56 -0400 |
commit | 4f6104270146c76fcaf46e951f84cdc1612a04b7 (patch) | |
tree | 23f9a472a578c01b36ffd74b1c31b816e4475cf8 /doc | |
parent | 95d77b4479f9d07aea114fd4253cd665bb48ea10 (diff) | |
download | u-boot-imx-4f6104270146c76fcaf46e951f84cdc1612a04b7.zip u-boot-imx-4f6104270146c76fcaf46e951f84cdc1612a04b7.tar.gz u-boot-imx-4f6104270146c76fcaf46e951f84cdc1612a04b7.tar.bz2 |
mkimage: Add -c option to specify a comment for key signing
When signing an image, it is useful to add some details about which tool
or person is authorising the signing. Add a comment field which can take
care of miscellaneous requirements.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mkimage.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index f9c733a..b67a351 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -97,6 +97,12 @@ Set XIP (execute in place) flag. .B Create FIT image: .TP +.BI "\-c [" "comment" "]" +Specifies a comment to be added when signing. This is typically a useful +message which describes how the image was signed or some other useful +information. + +.TP .BI "\-D [" "dtc options" "]" Provide special options to the device tree compiler that is used to create the image. |