boards: nxp: set correct rimage target for ADSP

Fix typo for rimage target name for imx8qm
and imx8qxp boards.
For both, rimage name is imx8.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
Iuliana Prodan 2024-03-05 01:23:14 +02:00 committed by Alberto Escolar
parent 6a4514ddc0
commit 7a0398e657
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ if(CONFIG_SOC_MIMX8QM_ADSP)
board_set_flasher_ifnset(misc-flasher)
board_finalize_runner_args(misc-flasher)
board_set_rimage_target(imx)
board_set_rimage_target(imx8)
endif()

View file

@ -8,5 +8,5 @@ if(CONFIG_SOC_MIMX8QXP_ADSP)
board_set_flasher_ifnset(misc-flasher)
board_finalize_runner_args(misc-flasher)
board_set_rimage_target(imx)
board_set_rimage_target(imx8)
endif()