memory: use linker stack position in boot entry

This will allow to use real stack position instead of a fixed define

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
This commit is contained in:
Adrian Bonislawski 2019-05-21 12:55:57 +02:00 committed by Janusz Jankowski
parent fb111cdebe
commit f07fabe12e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ l2_cache_pref:
#endif
sof_stack_base:
.word SOF_STACK_BASE
.word __stack
#if !defined CONFIG_SUECREEK
wnd0_base: