Skip to content

Commit 2f8457e

Browse files
committed
boards: nxp: imx943_evk: m33: enable nocache section
Place edma tcd description into nocache section to fix build issues. Signed-off-by: Biwen Li <[email protected]>
1 parent a6ff201 commit 2f8457e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_ddr_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ CONFIG_ARM_SCMI_NXP_VENDOR_EXTENSIONS=y
2121

2222
# kernel-related configurations
2323
CONFIG_XIP=n
24+
25+
# nocache section related configurations
26+
CONFIG_NOCACHE_MEMORY=y

boards/nxp/imx943_evk/imx943_evk_mimx94398_m33_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ CONFIG_ARM_SCMI_NXP_VENDOR_EXTENSIONS=y
2121

2222
# kernel-related configurations
2323
CONFIG_XIP=y
24+
25+
# nocache section related configurations
26+
CONFIG_NOCACHE_MEMORY=y

0 commit comments

Comments
 (0)