icl: memory: set correct LP heap address and size

Changes Low Power heap address and size to the correct
values for the Icelake platform.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-08-22 16:25:24 +02:00 committed by Tomasz Lauda
parent e643457b79
commit 7791303c31
1 changed files with 2 additions and 5 deletions

View File

@ -333,11 +333,8 @@
HEAP_RT_LP_COUNT128 * 128 + HEAP_RT_LP_COUNT256 * 256 + \
HEAP_RT_LP_COUNT512 * 512 + HEAP_RT_LP_COUNT1024 * 1024)
#define HEAP_LP_BUFFER_BASE \
(HEAP_LP_RUNTIME_BASE + HEAP_LP_RUNTIME_SIZE)
#define HEAP_LP_BUFFER_SIZE \
(LP_SRAM_SIZE - HEAP_LP_RUNTIME_SIZE - SOF_LP_STACK_SIZE - \
HEAP_LP_SYSTEM_SIZE)
#define HEAP_LP_BUFFER_BASE LP_SRAM_BASE
#define HEAP_LP_BUFFER_SIZE LP_SRAM_SIZE
#define HEAP_LP_BUFFER_BLOCK_SIZE 0x180