projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490101a
)
doc: fix typo in signature.txt
author
Thomas Perrot
<thomas.perrot@bootlin.com>
Fri, 2 Jul 2021 09:32:37 +0000
(11:32 +0200)
committer
Heinrich 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
patch
|
blob
|
history
diff --git
a/doc/uImage.FIT/signature.txt
b/doc/uImage.FIT/signature.txt
index
d9a9121
..
7cb1c15
100644
(file)
--- 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...>
+ va
l
ue = <...fdt signature 1...>
};
};
fdt-2 {
data = <data for fdt2>;
signature-1 {
algo = "sha1,rsa2048";
- vaue = <...fdt signature 2...>
+ va
l
ue = <...fdt signature 2...>
};
};
};