diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-18 20:25:11 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-26 17:03:10 +1300 |
commit | d1ceeeff6c2ee1e55b7140654c8d6de44b60dab6 (patch) | |
tree | 7abee7a0ca0e6c1b7e8d12ff9b20340b8888baf7 /doc/arch | |
parent | cad7b6b2519a275d79085bbdff0227492cd8ee48 (diff) | |
download | u-boot-d1ceeeff6c2ee1e55b7140654c8d6de44b60dab6.tar.gz |
doc: Move UEFI under develop/
Much of the content here is useful only for development. Move it under
that section.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/arch')
-rw-r--r-- | doc/arch/x86.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch/x86.rst b/doc/arch/x86.rst index cc307aa8d5..2ebfed871b 100644 --- a/doc/arch/x86.rst +++ b/doc/arch/x86.rst @@ -709,8 +709,8 @@ to load a 'u-boot-payload.efi', see below test logs on QEMU. No controllers found Hit any key to stop autoboot: 0 -See :doc:`../uefi/u-boot_on_efi` and :doc:`../uefi/uefi` for details of -EFI support in U-Boot. +See :doc:`../develop/uefi/u-boot_on_efi` and :doc:`../develop/uefi/uefi` for +details of EFI support in U-Boot. Chain-loading ------------- |