diff options
author | Thomas Perrot <thomas.perrot@bootlin.com> | 2021-07-02 11:32:37 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-07-12 20:30:48 +0200 |
commit | 41a4a3085591b8e837f6eec27821218b0be31036 (patch) | |
tree | 668fc7fe326f5bd5912f26cc791c4fdfa55dace2 | |
parent | 490101a5e5df65238b900b21b81361bc4b13da2e (diff) | |
download | u-boot-41a4a3085591b8e837f6eec27821218b0be31036.zip u-boot-41a4a3085591b8e837f6eec27821218b0be31036.tar.gz u-boot-41a4a3085591b8e837f6eec27821218b0be31036.tar.bz2 |
doc: fix typo in signature.txt
Fix value fields in signature nodes.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | doc/uImage.FIT/signature.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt index d9a9121..7cb1c15 100644 --- a/doc/uImage.FIT/signature.txt +++ b/doc/uImage.FIT/signature.txt @@ -266,14 +266,14 @@ As an example, consider this FIT: data = <data for fdt1>; signature-1 { algo = "sha1,rsa2048"; - vaue = <...fdt signature 1...> + value = <...fdt signature 1...> }; }; fdt-2 { data = <data for fdt2>; signature-1 { algo = "sha1,rsa2048"; - vaue = <...fdt signature 2...> + value = <...fdt signature 2...> }; }; }; |