Browse Source

doc: verified-boot: fix crypto algorithm examples

As you see in crypto_algos in common/image-sig.c, the algorithm
should be either "rsa2048" or "rsa4096".  "rs2048" is a typo.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Masahiro Yamada 7 years ago
parent
commit
6af5520fe1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/uImage.FIT/signature.txt

+ 2 - 2
doc/uImage.FIT/signature.txt

@@ -85,7 +85,7 @@ allow the signer to operate. These should be added to the .its file.
 Signature nodes sit at the same level as hash nodes and are called
 Signature nodes sit at the same level as hash nodes and are called
 signature@1, signature@2, etc.
 signature@1, signature@2, etc.
 
 
-- algo: Algorithm name (e.g. "sha1,rs2048")
+- algo: Algorithm name (e.g. "sha1,rsa2048")
 
 
 - key-name-hint: Name of key to use for signing. The keys will normally be in
 - key-name-hint: Name of key to use for signing. The keys will normally be in
 a single directory (parameter -k to mkimage). For a given key <name>, its
 a single directory (parameter -k to mkimage). For a given key <name>, its
@@ -139,7 +139,7 @@ public key in U-Boot's control FDT (using CONFIG_OF_CONTROL).
 Public keys should be stored as sub-nodes in a /signature node. Required
 Public keys should be stored as sub-nodes in a /signature node. Required
 properties are:
 properties are:
 
 
-- algo: Algorithm name (e.g. "sha1,rs2048")
+- algo: Algorithm name (e.g. "sha1,rsa2048")
 
 
 Optional properties are:
 Optional properties are: