Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platform: intel: ace: remove redundant definitions from memory.h #9450

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Sep 9, 2024

Platforms that can only be built with Zephyr, can directly use Zephyr cached/uncached functions in memory.h. It turns out the SRAM address and size definitions were only needed for these duplicate cache operations, so they can be removed as well.

Related to #9015

Platforms that can only be built with Zephyr, can directly use
Zephyr cached/uncached functions in memory.h. It turns out the SRAM
address and size definitions were only needed for these duplicate
cache operations, so they can be removed as well.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
@kv2019i
Copy link
Collaborator Author

kv2019i commented Sep 10, 2024

SOFCI TEST

@kv2019i kv2019i merged commit 19ea950 into thesofproject:main Sep 10, 2024
45 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants