Convert warp7 board to HWMv2. This board was originally ported using the iMX7D SOC (despite the fact that board uses an iMX7S SOC). For HWMv2, this board continues to use the IMX7D SOC port, since only the M4 core is enabled. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
# Copyright (c) 2018, Diego Sueiro
|
|
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_WARP7
|
|
select SOC_PART_NUMBER_MCIMX7S3DVK08SA
|
|
select SOC_MCIMX7D_M4 if BOARD_WARP7_MCIMX7D_M4
|