[Sound-open-firmware] [PATCH 3/3] apl: memory: increase TEXT_SIZE by 4k

Liam Girdwood liam.r.girdwood at linux.intel.com
Tue Feb 27 17:42:07 CET 2018


Increase APL text size by 4k to avoid segmemt collision with data.

Signed-off-by: Liam Girdwood <liam.r.girdwood at 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



More information about the Sound-open-firmware mailing list