mirror of https://github.com/thesofproject/sof.git
apl: memory: increase TEXT_SIZE by 4k
Increase APL text size by 4k to avoid segmemt collision with data. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
2fb2a77e2c
commit
760ed9df22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue