summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2020-01-19 15:29:21 +0100
committerArd Biesheuvel <ardb@kernel.org>2020-02-23 21:59:42 +0100
commit50d53c58dd77d3b0b6a5afe391eaac3722fc3153 (patch)
tree4d04b59275787d3937c9e94f06ab59162e4da4cf /arch/x86/platform
parent79d3219d4e56b3c47fc5184aa962dac886a73729 (diff)
downloadlinux-50d53c58dd77d3b0b6a5afe391eaac3722fc3153.tar.bz2
efi: Drop handling of 'boot_info' configuration table
Some plumbing exists to handle a UEFI configuration table of type BOOT_INFO but since we never match it to a GUID anywhere, we never actually register such a table, or access it, for that matter. So simply drop all mentions of it. Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64 Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch/x86/platform')
-rw-r--r--arch/x86/platform/efi/efi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index 52067ed7fd59..4970229fd822 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -70,7 +70,6 @@ static const unsigned long * const efi_tables[] = {
&efi.acpi20,
&efi.smbios,
&efi.smbios3,
- &efi.boot_info,
&efi.hcdp,
&efi.uga,
#ifdef CONFIG_X86_UV