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:
parent
6a4514ddc0
commit
7a0398e657
|
@ -8,5 +8,5 @@ if(CONFIG_SOC_MIMX8QM_ADSP)
|
||||||
board_set_flasher_ifnset(misc-flasher)
|
board_set_flasher_ifnset(misc-flasher)
|
||||||
board_finalize_runner_args(misc-flasher)
|
board_finalize_runner_args(misc-flasher)
|
||||||
|
|
||||||
board_set_rimage_target(imx)
|
board_set_rimage_target(imx8)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -8,5 +8,5 @@ if(CONFIG_SOC_MIMX8QXP_ADSP)
|
||||||
board_set_flasher_ifnset(misc-flasher)
|
board_set_flasher_ifnset(misc-flasher)
|
||||||
board_finalize_runner_args(misc-flasher)
|
board_finalize_runner_args(misc-flasher)
|
||||||
|
|
||||||
board_set_rimage_target(imx)
|
board_set_rimage_target(imx8)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue