diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/boot/compressed/eboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c index 41de115a55b7..35ee62fccf98 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c | |||
@@ -258,7 +258,7 @@ static efi_status_t setup_efi_vars(struct boot_params *params) | |||
258 | u64 store_size, remaining_size, var_size; | 258 | u64 store_size, remaining_size, var_size; |
259 | efi_status_t status; | 259 | efi_status_t status; |
260 | 260 | ||
261 | if (!sys_table->runtime->query_variable_info) | 261 | if (sys_table->runtime->hdr.revision < EFI_2_00_SYSTEM_TABLE_REVISION) |
262 | return EFI_UNSUPPORTED; | 262 | return EFI_UNSUPPORTED; |
263 | 263 | ||
264 | data = (struct setup_data *)(unsigned long)params->hdr.setup_data; | 264 | data = (struct setup_data *)(unsigned long)params->hdr.setup_data; |