27 Feb
2018
27 Feb
'18
5:42 p.m.
Text base is from TEXT_BASE and not TEXT_START
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- src/platform/apollolake/include/platform/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/platform/apollolake/include/platform/memory.h b/src/platform/apollolake/include/platform/memory.h index 157be82..5f35927 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
--
2.14.1