diff --git a/src/platform/apollolake/include/platform/memory.h b/src/platform/apollolake/include/platform/memory.h index 157be8204..5f359272f 100644 --- a/src/platform/apollolake/include/platform/memory.h +++ b/src/platform/apollolake/include/platform/memory.h @@ -178,7 +178,7 @@ /* Heap configuration */ #define HEAP_SYSTEM_BASE \ - (REEF_TEXT_START + REEF_TEXT_SIZE + \ + (REEF_TEXT_BASE + REEF_TEXT_SIZE +\ REEF_DATA_SIZE + REEF_BSS_DATA_SIZE) #define HEAP_SYSTEM_SIZE 0x2000