aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/stages.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/stages.c')
-rw-r--r--src/arch/x86/lib/stages.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/lib/stages.c b/src/arch/x86/lib/stages.c
index a6a232a04a..2da66d368d 100644
--- a/src/arch/x86/lib/stages.c
+++ b/src/arch/x86/lib/stages.c
@@ -20,8 +20,6 @@
static void skip_romstage(void)
{
asm volatile (
- "/* set the boot_complete flag */\n"
- "movl $0xffffffff, %%ebp\n"
"jmp __main\n"
);
}