1f55be8b42
Change, for audio DSP and M7 cores, SOC_<name> to match the exact soc name. Update the board files accordingly. These configs are used in SOF and NXP_HAL, so change sha for these modules. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
13 lines
224 B
CMake
13 lines
224 B
CMake
#
|
|
# Copyright (c) 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if(CONFIG_SOC_MIMX8QM6_ADSP)
|
|
board_set_flasher_ifnset(misc-flasher)
|
|
board_finalize_runner_args(misc-flasher)
|
|
|
|
board_set_rimage_target(imx8)
|
|
endif()
|