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/spl.rst | |
| 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/spl.rst')
| -rw-r--r-- | doc/develop/spl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/spl.rst b/doc/develop/spl.rst index 7f2eac50806..08b51172014 100644 --- a/doc/develop/spl.rst +++ b/doc/develop/spl.rst @@ -145,7 +145,7 @@ fdtgrep is also used to remove: 'bootph-verify' (VPL)) All the nodes remaining in the SPL devicetree are bound -(see doc/driver-model/design.rst). +(see :doc:`/develop/driver-model/design`). NOTE: U-Boot migrated to a new schema for the u-boot,dm-* tags in 2023. Please update to use the new bootph-* tags as described in the |
