doc: fix typo in signature.txt
authorThomas Perrot <thomas.perrot@bootlin.com>
Fri, 2 Jul 2021 09:32:37 +0000 (11:32 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
Fix value fields in signature nodes.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/uImage.FIT/signature.txt

index d9a9121..7cb1c15 100644 (file)
@@ -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...>
                        };
                };
        };