summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CorebootModulePkg/SecCore/Ia32/SecEntry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/CorebootModulePkg/SecCore/Ia32/SecEntry.S b/CorebootModulePkg/SecCore/Ia32/SecEntry.S
index 7133a9edb7..3a3f76ed6b 100644
--- a/CorebootModulePkg/SecCore/Ia32/SecEntry.S
+++ b/CorebootModulePkg/SecCore/Ia32/SecEntry.S
@@ -46,7 +46,7 @@ ASM_PFX(_ModuleEntryPoint):
#
# Construct the temporary memory at 0x80000, length 0x10000
#
- movl ($BASE_512KB + $SIZE_64KB), %esp
+ movl $(BASE_512KB + SIZE_64KB), %esp
#
# Pass BFV into the PEI Core