[U-Boot] [PATCH 01/18] x86: doc: Fix reference to EFI doc in U-Boot

Bin Meng bmeng.cn at gmail.com
Sun Jun 10 13:25:00 UTC 2018


Since commit f3b5056c4e72 ("efi_loader: split README.efi into two
separate documents"), the original README.efi was renamed to
README.u-boot_on_efi, but x86 doc still refers to the old one.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 doc/README.x86 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.x86 b/doc/README.x86
index 78664c3..865a965 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -1139,7 +1139,7 @@ application, with CONFIG_EFI_APP. The CONFIG_EFI_LOADER option, where U-Booot
 provides an EFI environment to the kernel (i.e. replaces UEFI completely but
 provides the same EFI run-time services) is not currently supported on x86.
 
-See README.efi for details of EFI support in U-Boot.
+See README.u-boot_on_efi for details of EFI support in U-Boot.
 
 64-bit Support
 --------------
-- 
2.7.4



More information about the U-Boot mailing list