aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/picasso/memmap.c2
-rw-r--r--src/soc/amd/stoneyridge/memmap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/memmap.c b/src/soc/amd/picasso/memmap.c
index 09af7e4de7..82d6fb6e8e 100644
--- a/src/soc/amd/picasso/memmap.c
+++ b/src/soc/amd/picasso/memmap.c
@@ -58,7 +58,7 @@ void bert_reserved_region(void **start, size_t *size)
*size = BERT_REGION_MAX_SIZE;
}
-void *cbmem_top(void)
+void *cbmem_top_chipset(void)
{
msr_t tom = rdmsr(TOP_MEM);
diff --git a/src/soc/amd/stoneyridge/memmap.c b/src/soc/amd/stoneyridge/memmap.c
index 09af7e4de7..82d6fb6e8e 100644
--- a/src/soc/amd/stoneyridge/memmap.c
+++ b/src/soc/amd/stoneyridge/memmap.c
@@ -58,7 +58,7 @@ void bert_reserved_region(void **start, size_t *size)
*size = BERT_REGION_MAX_SIZE;
}
-void *cbmem_top(void)
+void *cbmem_top_chipset(void)
{
msr_t tom = rdmsr(TOP_MEM);