commit | 376e1310f6e108662a1c934ac4355b13e86a0fb6 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Mar 02 10:08:17 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 08 19:25:25 2021 -0500 |
tree | 3f95dcc4e0986b676988770b2226d86a9759c587 | |
parent | 6fe9e408ab92b1c80068faf6b015590e32882546 [diff] |
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>