Revert "soc: intel_adsp: only implement FW_STATUS boot protocol for cavs"

This breaks SOF load on MTL devices.  See SOF bug for details:
https://github.com/thesofproject/sof/issues/9243

This reverts commit fa798ce2d5.

Signed-off-by: Andy Ross <andyross@google.com>
This commit is contained in:
Andy Ross 2024-06-18 16:32:06 -07:00 committed by Anas Nashif
parent cfd79e8bf0
commit e9c23274af
3 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@ zephyr_library_sources(
sram.c
power.c
power_down_cavs.S
boot_complete.c
)
if(CONFIG_SMP OR CONFIG_MP_MAX_NUM_CPUS GREATER 1)

View file

@ -16,6 +16,7 @@ zephyr_library_sources(
boot.c
soc.c
mem_window.c
boot_complete.c
)
zephyr_library_sources_ifdef(CONFIG_ADSP_CLOCK clk.c)