aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/boot/header.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S
index 84c223479e3c..1fdb350c4a58 100644
--- a/arch/x86/boot/header.S
+++ b/arch/x86/boot/header.S
@@ -155,7 +155,7 @@ extra_header_fields:
155#else 155#else
156 .quad 0 # ImageBase 156 .quad 0 # ImageBase
157#endif 157#endif
158 .long 0x20 # SectionAlignment 158 .long CONFIG_PHYSICAL_ALIGN # SectionAlignment
159 .long 0x20 # FileAlignment 159 .long 0x20 # FileAlignment
160 .word 0 # MajorOperatingSystemVersion 160 .word 0 # MajorOperatingSystemVersion
161 .word 0 # MinorOperatingSystemVersion 161 .word 0 # MinorOperatingSystemVersion