]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: Add -k option to specify key directory
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:03 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:56 +0000 (10:18 -0400)
commit80e4df8ac661ada5308f3bffebe4e6fae1f8e990
treebb12060490a0747af1db2aa46eeb0532bb790397
parent19c402afa2e1190f596f35a84ac049b10d814f1f
mkimage: Add -k option to specify key directory

Keys required for signing images will be in a specific directory. Add a
-k option to specify that directory.

Also update the mkimage man page with this information and a clearer list
of available commands.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de> (v1)
doc/mkimage.1
tools/fit_image.c
tools/mkimage.c
tools/mkimage.h