summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/image-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/image-host.c b/tools/image-host.c
index 48d69191c92..8b550af0dc1 100644
--- a/tools/image-host.c
+++ b/tools/image-host.c
@@ -650,7 +650,7 @@ int fit_image_cipher_data(const char *keydir, void *keydest,
* |- algo = "sha1"
* |- value = sha1(data)
*
- * For signature details, please see doc/uImage.FIT/signature.txt
+ * For signature details, please see doc/usage/fit/signature.rst
*
* @keydir Directory containing *.key and *.crt files (or NULL)
* @keydest FDT Blob to write public keys into (NULL if none)