zephyr: alloc : add heap memory allocation for .heap_mem section.

add heap memory allocation for .heap_mem section.

Signed-off-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
This commit is contained in:
DINESHKUMAR 2024-10-07 11:31:25 +05:30 committed by Liam Girdwood
parent 949602da42
commit cd22a93c03
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ extern struct tr_ctx zephyr_tr;
/* The Zephyr heap */ /* The Zephyr heap */
#ifdef CONFIG_IMX #if defined(CONFIG_IMX) || defined(CONFIG_AMD)
#ifdef CONFIG_XTENSA #ifdef CONFIG_XTENSA
#define HEAPMEM_SIZE (HEAP_SYSTEM_SIZE + HEAP_RUNTIME_SIZE + HEAP_BUFFER_SIZE) #define HEAPMEM_SIZE (HEAP_SYSTEM_SIZE + HEAP_RUNTIME_SIZE + HEAP_BUFFER_SIZE)