aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/cache_as_ram.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/cache_as_ram.inc')
-rw-r--r--src/mainboard/emulation/qemu-x86/cache_as_ram.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/emulation/qemu-x86/cache_as_ram.inc b/src/mainboard/emulation/qemu-x86/cache_as_ram.inc
index 1a7d8af696..11ac91d049 100644
--- a/src/mainboard/emulation/qemu-x86/cache_as_ram.inc
+++ b/src/mainboard/emulation/qemu-x86/cache_as_ram.inc
@@ -80,17 +80,12 @@ __acpi_resume_backup_done:
post_code(0x3d)
- /* Clear boot_complete flag. */
- xorl %ebp, %ebp
__main:
post_code(POST_PREPARE_RAMSTAGE)
cld /* Clear direction flag. */
- movl %ebp, %esi
-
movl $ROMSTAGE_STACK, %esp
movl %esp, %ebp
- pushl %esi
call copy_and_run
.Lhlt: