27 Feb
2018
27 Feb
'18
5:42 p.m.
Increase APL text size by 4k to avoid segmemt collision with data.
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 5f35927..b4fae8e 100644 --- a/src/platform/apollolake/include/platform/memory.h +++ b/src/platform/apollolake/include/platform/memory.h @@ -168,7 +168,7 @@ #define L2_VECTOR_SIZE 0x1000
#define REEF_TEXT_BASE (L2_SRAM_BASE + L2_VECTOR_SIZE) -#define REEF_TEXT_SIZE 0x18000 +#define REEF_TEXT_SIZE 0x19000
/* initialized data */ #define REEF_DATA_SIZE 0x18000
--
2.14.1