summaryrefslogtreecommitdiff
path: root/src/cpu/x86/entry32.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/entry32.S')
-rw-r--r--src/cpu/x86/entry32.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/entry32.S b/src/cpu/x86/entry32.S
index 639ab36a57..ad4a7d032b 100644
--- a/src/cpu/x86/entry32.S
+++ b/src/cpu/x86/entry32.S
@@ -31,9 +31,7 @@ bootblock_protected_mode_entry:
/* Save the BIST value */
movl %eax, %ebp
-#if !CONFIG(NO_EARLY_BOOTBLOCK_POSTCODES)
post_code(POST_ENTER_PROTECTED_MODE)
-#endif
movw $ROM_DATA_SEG, %ax
movw %ax, %ds