boards: nxp: Rename mimxrt685_evk to mimxrt685_evk_mimxrt685s_cm33
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>
This commit is contained in:
parent
68a7057513
commit
cffea52fa8
9 changed files with 17 additions and 6 deletions
|
@ -4,11 +4,13 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
if(CONFIG_BOARD_MIMXRT685_EVK_MIMXRT685S_CM33)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(init.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_NXP_IMXRT_BOOT_HEADER)
|
||||
if(NOT DEFINED CONFIG_BOARD_MIMXRT685_EVK)
|
||||
if(NOT DEFINED CONFIG_BOARD_MIMXRT685_EVK_MIMXRT685S_CM33)
|
||||
message(WARNING "It appears you are using the board definition for "
|
||||
"the MIMXRT685-EVK, but targeting a custom board. You may need to "
|
||||
"update your flash configuration block data")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright 2020, 2024 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_MIMXRT685_EVK
|
||||
if BOARD_MIMXRT685_EVK_MIMXRT685S_CM33
|
||||
|
||||
config NXP_IMXRT_BOOT_HEADER
|
||||
default y if !BOOTLOADER_MCUBOOT
|
||||
|
@ -26,4 +26,4 @@ config FXOS8700_DRDY_INT1
|
|||
default y
|
||||
depends on FXOS8700_TRIGGER
|
||||
|
||||
endif # BOARD_MIMXRT685_EVK
|
||||
endif # BOARD_MIMXRT685_EVK_MIMXRT685S_CM33
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
|
||||
config BOARD_MIMXRT685_EVK
|
||||
select SOC_PART_NUMBER_MIMXRT685SFVKB
|
||||
select SOC_MIMXRT685S_CM33 if BOARD_MIMXRT685_EVK_MIMXRT685S_CM33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue