diff options
author | Detlev Zundel | 2014-01-20 16:21:46 +0100 |
---|---|---|
committer | Tom Rini | 2014-02-19 10:46:24 -0500 |
commit | 8bf2aad7e000fb993aed052a7a2640dd9d866f9e (patch) | |
tree | 97acd466214ad9df1c61fba442cc7c4c0f35da34 | |
parent | f2afe70196dc735dfb7a24793c624df177cff232 (diff) |
doc: README: Correct file name of signature verification documentation
Signed-off-by: Detlev Zundel <dzu@denx.de>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2850,7 +2850,7 @@ CBFS (Coreboot Filesystem) support CONFIG_RSA This enables the RSA algorithm used for FIT image verification - in U-Boot. See doc/uImage/signature for more information. + in U-Boot. See doc/uImage.FIT/signature.txt for more information. The signing part is build into mkimage regardless of this option. |