soc/intel_adsp_cavs15: Unbreak newlib linkage
In commit efa05d1e42da ("soc/intel_adsp: Put initial stack into the CPU0 interrupt stack") the "_end" symbol was accidentally removed from the linker script. Newlib needs this to size its heap. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
6fe9e408ab
commit
376e1310f6
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ SECTIONS
|
|||
/* Initial/boot stack lives in the CPU0 interrupt stack */
|
||||
__stack = z_interrupt_stacks + CONFIG_ISR_STACK_SIZE;
|
||||
|
||||
_end = .;
|
||||
|
||||
/* dma buffers */
|
||||
.lpbuf (NOLOAD): ALIGN(4)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue