mirror of https://github.com/thesofproject/sof.git
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:
parent
949602da42
commit
cd22a93c03
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue