diff options
Diffstat (limited to 'src/util/elf2efi.c')
-rw-r--r-- | src/util/elf2efi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/elf2efi.c b/src/util/elf2efi.c index bf6dae05f..dee70ee7a 100644 --- a/src/util/elf2efi.c +++ b/src/util/elf2efi.c @@ -92,6 +92,8 @@ static struct pe_header efi_pe_header = { #elif defined(EFI_TARGET_X64) .Magic = EFI_IMAGE_NT_OPTIONAL_HDR64_MAGIC, #endif + .MajorLinkerVersion = 42, + .MinorLinkerVersion = 42, .SectionAlignment = EFI_FILE_ALIGN, .FileAlignment = EFI_FILE_ALIGN, .SizeOfImage = sizeof ( efi_pe_header ), |