David Howells <dhowe...@redhat.com> wrote: > + /* UEFI-2.6 requires DeployedMode to be 1. */ > + if (sys_table_arg->hdr.revision == EFI_2_60_SYSTEM_TABLE_REVISION) {
Actually, I suspect that this should be '>='. David
David Howells <dhowe...@redhat.com> wrote: > + /* UEFI-2.6 requires DeployedMode to be 1. */ > + if (sys_table_arg->hdr.revision == EFI_2_60_SYSTEM_TABLE_REVISION) {
Actually, I suspect that this should be '>='. David