In preparation for adding AMP support for i.MX RT6xx family we need to rename existing cm33 support files to more specific names. e.g mimxrt685_evk.dts -> mimxrt685_evk_mimxrt685s_cm33.dts This will allow us to later add support for Cadence DSP found on i.MX RT6xx series. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
6 lines
199 B
Text
6 lines
199 B
Text
# Copyright 2020, 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_MIMXRT685_EVK
|
|
select SOC_PART_NUMBER_MIMXRT685SFVKB
|
|
select SOC_MIMXRT685S_CM33 if BOARD_MIMXRT685_EVK_MIMXRT685S_CM33
|