2024-06-03 18:29:03 +08:00
|
|
|
# MIMXRT1180-EVK board
|
|
|
|
|
|
|
|
# Copyright 2024 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_MIMXRT1180_EVK
|
|
|
|
|
2024-08-09 17:48:47 +08:00
|
|
|
# Use External Memory Configuration Data (XMCD) by default when booting primary core (M33)
|
|
|
|
config EXTERNAL_MEM_CONFIG_DATA
|
|
|
|
default y if CPU_CORTEX_M33
|
|
|
|
|
|
|
|
config NXP_IMX_EXTERNAL_HYPERRAM
|
|
|
|
default y if CPU_CORTEX_M33
|
|
|
|
|
2024-08-26 16:39:35 +08:00
|
|
|
config BOARD_EARLY_INIT_HOOK
|
|
|
|
default y
|
2024-06-03 18:29:03 +08:00
|
|
|
endif # BOARD_MIMXRT1180_EVK
|