Commit 8bf2aad7e000fb993aed052a7a2640dd9d866f9e

Authored by Detlev Zundel
Committed by Tom Rini
1 parent f2afe70196

doc: README: Correct file name of signature verification documentation

Signed-off-by: Detlev Zundel <dzu@denx.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -2850,7 +2850,7 @@
2850 2850 CONFIG_RSA
2851 2851  
2852 2852 This enables the RSA algorithm used for FIT image verification
2853   - in U-Boot. See doc/uImage/signature for more information.
  2853 + in U-Boot. See doc/uImage.FIT/signature.txt for more information.
2854 2854  
2855 2855 The signing part is build into mkimage regardless of this
2856 2856 option.