commit | 706cfbbb76151f4223c225c98295a44c8ecec598 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Tue May 16 06:07:25 2023 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 16 20:56:20 2023 -0400 |
tree | 4b2d43b171371e0df2e0bc8e784876bda366a376 | |
parent | 9bf333aa8d29fad4e4fe6fac301ee627a5880cfb [diff] |
intel_adsp: ace: Fix heap in the linker The end of the heap should be the same as _heap_sentry. The current end marker just covers the range of memory that is explicitly put in .heap_memand not account until the end of L2_SRAM_BASE + L2_SRAM_SIZE memory. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>