]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: FIT links in develop/uefi/uefi.rst
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 18 Jun 2024 06:16:44 +0000 (08:16 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 22 Jun 2024 15:02:23 +0000 (17:02 +0200)
Correct the links to the FIT documentation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
doc/develop/uefi/uefi.rst

index 0389b269c01b78f8aa2e563ebea4b2c0fe881f6d..ea70dcbda86dd82dcbb32eace1a9f3daacfc4a67 100644 (file)
@@ -72,7 +72,7 @@ bootm command. This feature is available if U-Boot is configured with::
 
     CONFIG_BOOTM_EFI=y
 
-A sample configuration is provided as file doc/uImage.FIT/uefi.its.
+A sample configuration is provided in :doc:`../../usage/fit/uefi`.
 
 Below you find the output of an example session starting GRUB::
 
@@ -96,7 +96,7 @@ Below you find the output of an example session starting GRUB::
     ## Transferring control to EFI (at address 404000d0) ...
     Welcome to GRUB!
 
-See doc/uImage.FIT/howto.txt for an introduction to FIT images.
+See :doc:`../../usage/fit/howto` for an introduction to FIT images.
 
 Configuring UEFI secure boot
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~