summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2026-02-27 00:03:29 +0000
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2026-03-27 10:50:29 +0100
commit72cc446490e74fdf392f5e049cf8fd28d9c6818d (patch)
tree6f88c2d14822a230dff266d51bbc01c0cdd680c0 /boot
parentc24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (diff)
downloadu-boot-72cc446490e74fdf392f5e049cf8fd28d9c6818d.tar.gz
u-boot-72cc446490e74fdf392f5e049cf8fd28d9c6818d.zip
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 <daniel@makrotopia.org>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index e5db165424a..ab31b8f40ed 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -335,7 +335,7 @@ config TPL_LOAD_FIT
property will not be loaded. This limitation also applies to FPGA
images with the correct "compatible" string.
2. For FPGA images, the supported "compatible" list is in the
- doc/uImage.FIT/source_file_format.txt.
+ doc/usage/fit/source_file_format.rst.
3. FDTs are only loaded for images with an "os" property of "u-boot".
"linux" images are also supported with Falcon boot mode.