Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
df4883ad23df2eb3da0ffd68f91b3d6de051ea36
/
.
/
boards
/
nxp
/
imx8qm_mek
/
board.cmake
blob: ecb8129e6a06751228f46921127114999873fa89 [
file
] [
log
] [
blame
]
#
# 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
()