diff options
| author | Tom Rini <[email protected]> | 2025-09-27 08:05:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-27 08:05:53 -0600 |
| commit | 07b7259b8b668e49d413f6ace3d1fe098a67c5fa (patch) | |
| tree | 7d5e2ccd2fa182842fd6eb0f3beadf4ca7d425a7 /doc/develop/devicetree | |
| parent | 9b45d574af1b64fcd997f08fe702a2d0ecfccbe4 (diff) | |
| parent | a0fe8cedcbe8c76403a77e57eac228b8f778a3ae (diff) | |
Merge tag 'efi-2025-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2025-10-rc6
CI:
* https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27745
Docs:
* Correct encodings for spl memory layout diagrams
* Suggest usage of KDOC_WERROR when building documentation
* Replace references to README.fdt-control
* Clarify precedence of environment locations
* Add documentation for the TI am335x_evm board
* Remove README.commands.itest
* Add a note about asking for feedback in the development process
UEFI:
* Cleanup UEFI Variables Kconfig menu
Diffstat (limited to 'doc/develop/devicetree')
| -rw-r--r-- | doc/develop/devicetree/control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/devicetree/control.rst b/doc/develop/devicetree/control.rst index 0233945f8b6..8811e1d5c23 100644 --- a/doc/develop/devicetree/control.rst +++ b/doc/develop/devicetree/control.rst @@ -282,7 +282,7 @@ U-Boot can be divided into three phases: TPL, SPL and U-Boot proper. The full devicetree is available to U-Boot proper, but normally only a subset (or none at all) is available to TPL and SPL. See 'Pre-Relocation Support' and -'SPL Support' in doc/driver-model/design.rst for more details. +'SPL Support' in :doc:`/develop/driver-model/design` for more details. Using several DTBs in the SPL (SPL_MULTI_DTB_FIT Kconfig option) |
