From: Thomas Perrot Date: Fri, 2 Jul 2021 09:32:37 +0000 (+0200) Subject: doc: fix typo in signature.txt X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=41a4a3085591b8e837f6eec27821218b0be31036;p=u-boot.git doc: fix typo in signature.txt Fix value fields in signature nodes. Signed-off-by: Thomas Perrot Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index d9a9121190..7cb1c15e5e 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -266,14 +266,14 @@ As an example, consider this FIT: data = ; signature-1 { algo = "sha1,rsa2048"; - vaue = <...fdt signature 1...> + value = <...fdt signature 1...> }; }; fdt-2 { data = ; signature-1 { algo = "sha1,rsa2048"; - vaue = <...fdt signature 2...> + value = <...fdt signature 2...> }; }; };