]> git.ipfire.org Git - people/ms/u-boot.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)
commit6af5520fe13d81ccd4ec4f7234a8d7a2426c2bd6
treed9fc07db96569ce67cd51ee8f61302ebea2b5128
parent16067e6b87293eeb1fc4bac3edc0fd675b94d1a8
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