summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-27 09:20:45 -0600
committerTom Rini <[email protected]>2026-03-27 09:20:45 -0600
commitc704af3c8b0f37929bce8c2a4bba27d6e89919c7 (patch)
tree964cbe3e66c171668f22a487fcc2fda9c572e56f /doc/develop
parentc24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (diff)
parentc009771427767679b5d0f2a91110eb10bfa1d604 (diff)
Merge tag 'doc-2026-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2026-04-rc6 CI: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29687 Documentation: * TI boards - fix OP-TEE args - fix incorrect labels for boot switches * Fix typo in pstore documentation. * Fix document references pointing to replaced uImage.FIT. * buildman: Add missing :: for examples. * overlay-fdt-boot: .dtbos do not need load addresses. * When building the documentation use sys.path.append for pytests.
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/package/index.rst2
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