diff options
Diffstat (limited to 'src/soc/intel/quark/memmap.c')
-rw-r--r-- | src/soc/intel/quark/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/memmap.c b/src/soc/intel/quark/memmap.c index b8b85063a8..9ccaf55a1f 100644 --- a/src/soc/intel/quark/memmap.c +++ b/src/soc/intel/quark/memmap.c @@ -18,7 +18,7 @@ #include <cbmem.h> #include <soc/reg_access.h> -void *cbmem_top(void) +void *cbmem_top_chipset(void) { uint32_t top_of_memory; |