Skip to content

Commit

Permalink
Revert "soc: intel_adsp: only implement FW_STATUS boot protocol for c…
Browse files Browse the repository at this point in the history
…avs"

This reverts commit fa798ce.

Link: thesofproject/sof#9243
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Jun 20, 2024
1 parent 53ddff6 commit 8f9384c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion soc/intel/intel_adsp/cavs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions soc/intel/intel_adsp/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.

0 comments on commit 8f9384c

Please sign in to comment.