Skip to content

Commit

Permalink
cmake: update configs for NXP ADSP
Browse files Browse the repository at this point in the history
CONFIG_SOC_<name> has changed in zephyr in order to
match soc name.
Therefore, update configs with new values.

Also, bump Zephyr version that includes these changes.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan committed Apr 2, 2024
1 parent 41bdc0c commit ecf0598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 66b475a3aa4d73f4ddd5be5a7a1e0f3c7028e539
revision: 1f55be8b42dfd54308038d1e422d8d4e0e7f39ab
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down
4 changes: 2 additions & 2 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ if (CONFIG_SOC_SERIES_INTEL_ADSP_ACE)
endif()

# NXP IMX8 platforms
if (CONFIG_SOC_MIMX8QM_ADSP OR CONFIG_SOC_MIMX8QXP_ADSP)
if (CONFIG_SOC_MIMX8QM6_ADSP OR CONFIG_SOC_MIMX8QX6_ADSP)
zephyr_library_sources(
${SOF_DRIVERS_PATH}/generic/dummy-dma.c
${SOF_DRIVERS_PATH}/imx/edma.c
Expand Down Expand Up @@ -261,7 +261,7 @@ if (CONFIG_SOC_MIMX8QM_ADSP OR CONFIG_SOC_MIMX8QXP_ADSP)
set(PLATFORM "imx8")
endif()

if (CONFIG_SOC_MIMX8MP_ADSP)
if (CONFIG_SOC_MIMX8ML8_ADSP)
zephyr_library_sources(
${SOF_DRIVERS_PATH}/generic/dummy-dma.c
${SOF_DRIVERS_PATH}/imx/sdma.c
Expand Down

0 comments on commit ecf0598

Please sign in to comment.