summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec/Ia32/SecEntry.S
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Sec/Ia32/SecEntry.S')
-rw-r--r--OvmfPkg/Sec/Ia32/SecEntry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Sec/Ia32/SecEntry.S b/OvmfPkg/Sec/Ia32/SecEntry.S
index 4602cea0e1..a1b0c0d0f0 100644
--- a/OvmfPkg/Sec/Ia32/SecEntry.S
+++ b/OvmfPkg/Sec/Ia32/SecEntry.S
@@ -17,7 +17,7 @@
#------------------------------------------------------------------------------
-#include "SecMain.h"
+#include <Base.h>
#EXTERN ASM_PFX(SecCoreStartupWithStack)
@@ -39,7 +39,7 @@ ASM_PFX(_ModuleEntryPoint):
# Load temporary stack top at very low memory. The C code
# can reload to a better address.
#
- movl $INITIAL_TOP_OF_STACK, %eax
+ movl $BASE_512KB, %eax
movl %eax, %esp
nop