commit | e753af063fe47d23419eb7d64426b56a37857ee2 | [log] [tgz] |
---|---|---|
author | Kai Vehmanen <kai.vehmanen@linux.intel.com> | Fri Dec 30 15:18:30 2022 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 03 18:49:29 2023 -0500 |
tree | de4c54b8dcd459a5daab40aa3fdd872f6e9b3b9b | |
parent | 42b33382f76519bee458c54aff6cb136bc24e8cc [diff] |
intel_adsp: ace: power: fix build error with asserts enabled If defined(CONFIG_ASSERT) and !defined(CONFIG_ADSP_IMR_CONTEXT_SAVE), build will fail as symbol "global_imr_ram_storage" is not defined. Link: https://github.com/thesofproject/sof/issues/6896 Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>