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

intel_adsp: ace: power: fix build error with asserts enabled #53395

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Dec 30, 2022

If defined(CONFIG_ASSERT) and !defined(CONFIG_ADSP_IMR_CONTEXT_SAVE), build will fail as symbol "global_imr_ram_storage" is not defined.

Link: thesofproject/sof#6896
Signed-off-by: Kai Vehmanen kai.vehmanen@linux.intel.com

If defined(CONFIG_ASSERT) and !defined(CONFIG_ADSP_IMR_CONTEXT_SAVE),
build will fail as symbol "global_imr_ram_storage" is not defined.

Link: thesofproject/sof#6896
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
@kv2019i
Copy link
Collaborator Author

kv2019i commented Dec 30, 2022

@nashif nashif merged commit e753af0 into zephyrproject-rtos:main Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Intel ADSP Intel Audio platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants