Skip to content

Commit 3edb2bc

Browse files
committed
boards: mimxrt1170_evk: Update xmcd files path
The xmcd path in hal_nxp is changed, so need update zephyr side CMakeLists to load correct files. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 7406360 commit 3edb2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/mimxrt1170_evk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(CONFIG_NXP_IMXRT_BOOT_HEADER)
3333
# This configuration block may need modification if another SDRAM chip
3434
# is used on your custom board.
3535
zephyr_compile_definitions(XIP_BOOT_HEADER_XMCD_ENABLE=1)
36-
zephyr_library_sources(${RT1170_BOARD_DIR}/xmcd/xmcd.c)
36+
zephyr_library_sources(${RT1170_BOARD_DIR}/xmcd.c)
3737
else()
3838
if(CONFIG_SRAM_BASE_ADDRESS EQUAL 0x80000000)
3939
message(WARNING "You are using SDRAM as RAM but no external memory"

0 commit comments

Comments
 (0)