From 41a4a3085591b8e837f6eec27821218b0be31036 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Fri, 2 Jul 2021 11:32:37 +0200 Subject: [PATCH] doc: fix typo in signature.txt Fix value fields in signature nodes. Signed-off-by: Thomas Perrot Reviewed-by: Heinrich Schuchardt --- doc/uImage.FIT/signature.txt | 4 ++-- 1 file 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 = ; 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...> }; }; }; -- 2.39.5