diff options
| author | Daniel Golle <[email protected]> | 2026-02-27 00:03:29 +0000 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-03-27 10:50:29 +0100 |
| commit | 72cc446490e74fdf392f5e049cf8fd28d9c6818d (patch) | |
| tree | 6f88c2d14822a230dff266d51bbc01c0cdd680c0 /doc/develop | |
| parent | c24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (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 'doc/develop')
| -rw-r--r-- | doc/develop/package/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/package/index.rst b/doc/develop/package/index.rst index 4f448313f95..ff4c1882cbd 100644 --- a/doc/develop/package/index.rst +++ b/doc/develop/package/index.rst @@ -5,7 +5,7 @@ Package U-Boot U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging images that it reads and boots. Documentation about FIT is available at -doc/uImage.FIT +doc/usage/fit U-Boot also provides binman for cases not covered by FIT. Examples include initial execution (since FIT itself does not have an executable header) and |
