]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Add -c option to specify a comment for key signing
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:06 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commit4f6104270146c76fcaf46e951f84cdc1612a04b7
tree23f9a472a578c01b36ffd74b1c31b816e4475cf8
parent95d77b4479f9d07aea114fd4253cd665bb48ea10
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>
doc/mkimage.1
tools/fit_image.c
tools/mkimage.c
tools/mkimage.h