summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/memmap.c')
-rw-r--r--src/soc/intel/braswell/memmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/memmap.c b/src/soc/intel/braswell/memmap.c
index 28156a360d..d1d784d73b 100644
--- a/src/soc/intel/braswell/memmap.c
+++ b/src/soc/intel/braswell/memmap.c
@@ -81,5 +81,5 @@ void *cbmem_top(void)
*/
smm_region((void **)&smm_base, &smm_size);
- return (void *)(smm_base - CONFIG_CHIPSET_RESERVED_MEM_BYTES);
+ return (void *)smm_base;
}