summaryrefslogtreecommitdiff
path: root/doc/uImage.FIT
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2021-07-02 12:32:37 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-07-12 21:30:48 +0300
commit41a4a3085591b8e837f6eec27821218b0be31036 (patch)
tree668fc7fe326f5bd5912f26cc791c4fdfa55dace2 /doc/uImage.FIT
parent490101a5e5df65238b900b21b81361bc4b13da2e (diff)
downloadu-boot-41a4a3085591b8e837f6eec27821218b0be31036.tar.xz
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>
Diffstat (limited to 'doc/uImage.FIT')
-rw-r--r--doc/uImage.FIT/signature.txt4
1 files changed, 2 insertions, 2 deletions
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 = <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...>
};
};
};