aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/memmap.c')
-rw-r--r--src/soc/intel/skylake/memmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/memmap.c b/src/soc/intel/skylake/memmap.c
index 17dbc320c6..43faabb011 100644
--- a/src/soc/intel/skylake/memmap.c
+++ b/src/soc/intel/skylake/memmap.c
@@ -137,7 +137,7 @@ int smm_subregion(int sub, void **start, size_t *size)
* other words, the memory map is in a fixed order no matter what.
*/
-u32 top_of_32bit_ram(void)
+static u32 top_of_32bit_ram(void)
{
msr_t prmrr_base;
u32 top_of_ram;