diff options
| author | Tom Rini <[email protected]> | 2024-06-23 18:06:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-23 18:06:18 -0600 |
| commit | 099755f900008ee381f6894fa331f68e254eb3a1 (patch) | |
| tree | 1dd1ed4a68b9902a55e440a4635c998f14b4842b /cmd | |
| parent | fe2ce09a0753634543c32cafe85eb87a625f76ca (diff) | |
| parent | 271ca9ef8a37b8668b9858638175ac2da5c152df (diff) | |
Merge tag 'doc-2024-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2024-07-rc5-2
Documentation:
* Fix broken references to pytest suite and test writing
* Fix links to FIT documentation
* Add capsule documentation for TI K3 devices
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index b026439c773..6834bbd82f3 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -621,7 +621,7 @@ config CMD_ZBOOT Consider using FIT in preference to this since it supports directly booting both 32- and 64-bit kernels, as well as secure boot. - Documentation is available in doc/uImage.FIT/x86-fit-boot.txt + Documentation is available in doc/usage/fit/x86-fit-boot.rst. endmenu |
