commit | 50d53c58dd77d3b0b6a5afe391eaac3722fc3153 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Sun Jan 19 15:29:21 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 4d04b59275787d3937c9e94f06ab59162e4da4cf | |
parent | 79d3219d4e56b3c47fc5184aa962dac886a73729 [diff] |
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>