]> git.baikalelectronics.ru Git - uboot.git/commit
doc: verified-boot: fix crypto algorithm examples
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 19 Oct 2017 10:37:59 +0000 (19:37 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2017 21:28:18 +0000 (17:28 -0400)
commitcdd1fc4b2263a56f580e94b1f0af7ab3dd635c99
treed9fc07db96569ce67cd51ee8f61302ebea2b5128
parent010f3e53f923416f4849cec83f31a16c5872acff
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>
doc/uImage.FIT/signature.txt