commit | f91065b7c983ebff46e09d8d6464d07b9116749e | [log] [tgz] |
---|---|---|
author | Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com> | Mon Mar 11 12:29:33 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Mar 13 11:13:54 2024 +0000 |
tree | 16a8355ce7a8f19ced4259b76b36ac2201bcbedc | |
parent | a30795e1f6cd995066a304a199cef51515755b9e [diff] |
nxp: adsp: enable usage of DCACHE API With the transition to HWMv2, `CONFIG_CPU_HAS_DCACHE` is no longer selected. This causes issues with Sound Open Firmware since this configuration allows the usage of DCACHE-related cache management operations. As such, to fix said issues, select `CONFIG_CPU_HAS_DCACHE` on all NXP ADSP SOCs. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>