mirror of https://github.com/thesofproject/sof.git
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:
parent
fb111cdebe
commit
f07fabe12e
|
@ -43,7 +43,7 @@ l2_cache_pref:
|
|||
#endif
|
||||
|
||||
sof_stack_base:
|
||||
.word SOF_STACK_BASE
|
||||
.word __stack
|
||||
|
||||
#if !defined CONFIG_SUECREEK
|
||||
wnd0_base:
|
||||
|
|
Loading…
Reference in New Issue