summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 20a73bab802..e2d49e2ebd3 100644
--- a/README
+++ b/README
@@ -1662,7 +1662,7 @@ New uImage format (FIT)
Flexible and powerful format based on Flattened Image Tree -- FIT (similar
to Flattened Device Tree). It allows the use of images with multiple
components (several kernels, ramdisks, etc.), with contents protected by
-SHA1, MD5 or CRC32. More details are found in the doc/uImage.FIT directory.
+SHA1, MD5 or CRC32. More details are found in the doc/usage/fit directory.
Old uImage format