Browse Source

EFI stub documentation updates

Move efi-stub.txt out of x86 directory and into common directory
in preparation for adding ARM EFI stub support.

Signed-off-by: Roy Franz <roy.franz@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Roy Franz 11 years ago
parent
commit
4172fe2f8a
2 changed files with 1 additions and 1 deletions
  1. 0 0
      Documentation/efi-stub.txt
  2. 1 1
      arch/x86/Kconfig

+ 0 - 0
Documentation/x86/efi-stub.txt → Documentation/efi-stub.txt


+ 1 - 1
arch/x86/Kconfig

@@ -1579,7 +1579,7 @@ config EFI_STUB
           This kernel feature allows a bzImage to be loaded directly
 	  by EFI firmware without the use of a bootloader.
 
-	  See Documentation/x86/efi-stub.txt for more information.
+	  See Documentation/efi-stub.txt for more information.
 
 config SECCOMP
 	def_bool y