Skip to content

Commit 4bc33a5

Browse files
zephyr: CMakeLists.txt: use new CONFIG_SOC_ for 8ULP
Zephyr PR#70219 changes the SOC name of i.MX8ULP from MIMX8ULP to MIMX8UD7. This means that all `CONFIG_SOC_*` configurations will be changed from the `MIMX8ULP`-based naming to the `MIMX8UD7`-based naming. As such, this commit updates the name of the configuration used by the `zephyr/CMakeLists.txt` file. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
1 parent 8b9a69c commit 4bc33a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ if (CONFIG_SOC_MIMX8MP_ADSP)
290290
set(PLATFORM "imx8m")
291291
endif()
292292

293-
if (CONFIG_SOC_MIMX8ULP_ADSP)
293+
if (CONFIG_SOC_MIMX8UD7_ADSP)
294294
zephyr_library_sources(
295295
${SOF_DRIVERS_PATH}/generic/dummy-dma.c
296296
${SOF_DRIVERS_PATH}/imx/edma.c

0 commit comments

Comments
 (0)