commit | 6af5520fe13d81ccd4ec4f7234a8d7a2426c2bd6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Oct 19 19:37:59 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 23 17:28:18 2017 -0400 |
tree | d9fc07db96569ce67cd51ee8f61302ebea2b5128 | |
parent | 16067e6b87293eeb1fc4bac3edc0fd675b94d1a8 [diff] |
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>