summaryrefslogtreecommitdiff
path: root/OvmfPkg/Sec/Ia32/SecEntry.asm
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-03 07:41:54 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2010-08-03 07:41:54 +0000
commit42a83e80f37c11a359e0fe78bb01e98225589b7d (patch)
treeb4fe06b9114db3722be6e650cde6808c4dd7bb40 /OvmfPkg/Sec/Ia32/SecEntry.asm
parentb43619d0cdf17c649dde0373f2402a4b551138d8 (diff)
downloadedk2-platforms-42a83e80f37c11a359e0fe78bb01e98225589b7d.tar.xz
Clean up SEC implementation for Ovmf.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10770 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/Sec/Ia32/SecEntry.asm')
-rw-r--r--OvmfPkg/Sec/Ia32/SecEntry.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Sec/Ia32/SecEntry.asm b/OvmfPkg/Sec/Ia32/SecEntry.asm
index 8fce624a2d..4b0e95af48 100644
--- a/OvmfPkg/Sec/Ia32/SecEntry.asm
+++ b/OvmfPkg/Sec/Ia32/SecEntry.asm
@@ -16,7 +16,7 @@
;*
;------------------------------------------------------------------------------
-#include "SecMain.h"
+#include <Base.h>
.686
.model flat,C
@@ -41,7 +41,7 @@ _ModuleEntryPoint PROC PUBLIC
; Load temporary stack top at very low memory. The C code
; can reload to a better address.
;
- mov eax, INITIAL_TOP_OF_STACK
+ mov eax, BASE_512KB
mov esp, eax
nop