Skip to content
Commit b2f7ea05 authored by Daniel Leung's avatar Daniel Leung Committed by Carles Cufí
Browse files

soc: xtensa/intel_adsp/ace: fix _end location



The symbol _end is used to indicate the start of heap in
the common libc malloc code. On ACE, heap is in uncached
area. However, _end was in the cached area while end of
heap is in uncached area. This resulted in incorrect
calculation of heap size. So move _end into uncached
area so correct heap size can be calculated.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 0a019889
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment