Convert mimx8mm_phyboard to HVMv2. This port only enables the M4 core of the iMX8MM SOC present on this board. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
12 lines
241 B
CMake
12 lines
241 B
CMake
#
|
|
# Copyright (c) 2020, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MIMX8MD6_M4")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|