tests: drivers: uart: uart_async_api: fix build error for RT1180
Due to cm7 on RT1180 is secondary core, and dtcm have been used as sram directly, so there is no need to define zephyr,dtcm node. Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
This commit is contained in:
parent
6c24c2e0a0
commit
f039ad57df
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# Copyright 2024 NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
CONFIG_DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS=n
|
||||
Loading…
Reference in a new issue