Skip to content

Commit

Permalink
boards: xtensa: nxp_adsp_imx8m: update board config based on renamed soc
Browse files Browse the repository at this point in the history
SOC has been renamed to mimx8ml8 to link this board to the
MIMX8ML8 device from nxp_hal/mcux/mcux-sdk/.
We need this in order to use the drivers from mcux-sdk.

Therefore, update board configs based on renamed soc.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan authored and dleach02 committed May 8, 2023
1 parent 98bc2d8 commit 094350f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions boards/xtensa/nxp_adsp_imx8m/Kconfig.board
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
# Copyright (c) 2021 NXP
# SPDX-License-Identifier: Apache-2.0

config BOARD_NXP_ADSP_IMX8M
bool "NXP ADSP i.MX8M"
config BOARD_NXP_ADSP_IMX8M
bool "NXP i.MX8M Plus EVK Audio DSP"
depends on SOC_SERIES_NXP_IMX8M
select SOC_PART_NUMBER_MIMX8ML8DVNLZ
select SOC_PART_NUMBER_MIMX8ML8CVNKZ
1 change: 0 additions & 1 deletion boards/xtensa/nxp_adsp_imx8m/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ config IMX_SDMA
default y
depends on DMA


endif # BOARD_NXP_ADSP_IMX8M
2 changes: 1 addition & 1 deletion boards/xtensa/nxp_adsp_imx8m/nxp_adsp_imx8m.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
identifier: nxp_adsp_imx8m
name: i.MX8M DSP
name: NXP i.MX8M Plus EVK Audio DSP
type: mcu
arch: xtensa
toolchain:
Expand Down
1 change: 1 addition & 0 deletions boards/xtensa/nxp_adsp_imx8m/nxp_adsp_imx8m_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
CONFIG_MAIN_STACK_SIZE=3072

CONFIG_SOC_SERIES_NXP_IMX8M=y
CONFIG_SOC_MIMX8M_ADSP=y
CONFIG_BOARD_NXP_ADSP_IMX8M=y

CONFIG_GEN_ISR_TABLES=y
Expand Down

0 comments on commit 094350f

Please sign in to comment.