diff options
author | Jan Kiszka | 2022-02-05 13:19:36 +0100 |
---|---|---|
committer | Tom Rini | 2022-02-11 11:29:10 -0500 |
commit | 32a711dbdbec9aed6777d1059d115b1c83d36fca (patch) | |
tree | a4c6bedb7cc82074612c8a756781964b211432c4 /doc/mkimage.1 | |
parent | 42db3738065d5adb41f7481d21eb2823c929b8e6 (diff) |
mkimage: Improve documentation of algo-name parameter
Addresses the feedback provided on 5902a397d029 ("mkimage: Allow to
specify the signature algorithm on the command line") which raced with
the merge.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/mkimage.1')
-rw-r--r-- | doc/mkimage.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 0734bd36a11..fc84cca066b 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -158,7 +158,7 @@ CONFIG_OF_CONTROL in U-Boot. .TP .BI "\-o [" "signing algorithm" "]" Specifies the algorithm to be used for signing a FIT image. The default is -taken from the target signature nodes 'algo' properties. +taken from the signature node's 'algo' property. .TP .BI "\-p [" "external position" "]" |