Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: intel_adsp/ace: zero out memory at ram init
There is an assumption in parse_module() during code/data copying that the memory has already been zero-ed, and hence no need to clear memory when a BSS segment is encountered. In CAVS ram initialization code, bbzero() is called. However, in ACE code, there is no such call. So add them. Signed-off-by: Daniel Leung <[email protected]>
- Loading branch information