aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/memmap.c')
-rw-r--r--src/soc/intel/quark/memmap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/quark/memmap.c b/src/soc/intel/quark/memmap.c
index f880443e1f..53a1b24094 100644
--- a/src/soc/intel/quark/memmap.c
+++ b/src/soc/intel/quark/memmap.c
@@ -14,16 +14,8 @@
*/
#include <cbmem.h>
-#include <fsp/memmap.h>
-#include <soc/QuarkNcSocId.h>
#include <soc/reg_access.h>
-size_t mmap_region_granularity(void)
-{
- /* Align to 8 MiB by default */
- return 8 << 20;
-}
-
void *cbmem_top(void)
{
uint32_t top_of_memory;