summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/elf2efi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/elf2efi.c b/src/util/elf2efi.c
index bf6dae05..dee70ee7 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 ),