diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-18 08:16:44 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-06-22 17:02:23 +0200 |
commit | dfb28817c10e9b446832e2b4149bb6b874251fbc (patch) | |
tree | 0536eeb26534b369e9691c7ff589457c4c831633 /doc/develop | |
parent | 082b4675ffa11dde84f80976036354ae368b77ab (diff) | |
download | u-boot-dfb28817c10e9b446832e2b4149bb6b874251fbc.tar.gz u-boot-dfb28817c10e9b446832e2b4149bb6b874251fbc.tar.bz2 u-boot-dfb28817c10e9b446832e2b4149bb6b874251fbc.zip |
doc: FIT links in develop/uefi/uefi.rst
Correct the links to the FIT documentation.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/uefi/uefi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 0389b269c0..ea70dcbda8 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |