aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/cache_as_ram.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/cache_as_ram.inc')
-rw-r--r--src/soc/amd/common/cache_as_ram.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/cache_as_ram.inc b/src/soc/amd/common/cache_as_ram.inc
index c0a69ec74a..7c8da8fa3e 100644
--- a/src/soc/amd/common/cache_as_ram.inc
+++ b/src/soc/amd/common/cache_as_ram.inc
@@ -64,7 +64,7 @@ cache_as_ram_setup:
AMD_ENABLE_STACK
/* Align the stack. */
- and $0xFFFFFFF0, %esp
+ and $0xfffffff0, %esp
#ifdef __x86_64__
/* switch to 64 bit long mode */