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>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
490101a5e5
commit
41a4a30855
@@ -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...>
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user