summaryrefslogtreecommitdiff
path: root/lib/rsa
diff options
context:
space:
mode:
authorDaniel Golle <[email protected]>2026-02-27 00:03:29 +0000
committerHeinrich Schuchardt <[email protected]>2026-03-27 10:50:29 +0100
commit72cc446490e74fdf392f5e049cf8fd28d9c6818d (patch)
tree6f88c2d14822a230dff266d51bbc01c0cdd680c0 /lib/rsa
parentc24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (diff)
treewide: fix uImage.FIT document paths
Commit 488445cefa1 ("doc: Move FIT into its own directory") moved the documentation in doc/uImage.FIT to doc/usage/fit, subsequently all documents and example sources have been converted to reStructuredText. Fix (almost) all of the remaining occurrences of the old path and filenames across the tree. The exception is doc/uImage.FIT/command_syntax_extensions.txt which apparently has been removed entirely, or at least I was unable to locate where that document is now. Signed-off-by: Daniel Golle <[email protected]>
Diffstat (limited to 'lib/rsa')
-rw-r--r--lib/rsa/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig
index 1a763149c05..12a71c3df6f 100644
--- a/lib/rsa/Kconfig
+++ b/lib/rsa/Kconfig
@@ -6,7 +6,7 @@ config RSA
help
RSA support. This enables the RSA algorithm used for FIT image
verification in U-Boot.
- See doc/uImage.FIT/signature.txt for more details.
+ See doc/usage/fit/signature.rst for more details.
The Modular Exponentiation algorithm in RSA is implemented using
driver model. So CONFIG_DM needs to be enabled by default for this
library to function.
@@ -88,7 +88,7 @@ config RSA_SOFTWARE_EXP
Enables driver for modular exponentiation in software. This is a RSA
algorithm used in FIT image verification. It required RSA Key as
input.
- See doc/uImage.FIT/signature.txt for more details.
+ See doc/usage/fit/signature.rst for more details.
config RSA_FREESCALE_EXP
bool "Enable RSA Modular Exponentiation with FSL crypto accelerator"