We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7406360 commit 3edb2bcCopy full SHA for 3edb2bc
boards/nxp/mimxrt1170_evk/CMakeLists.txt
@@ -33,7 +33,7 @@ if(CONFIG_NXP_IMXRT_BOOT_HEADER)
33
# This configuration block may need modification if another SDRAM chip
34
# is used on your custom board.
35
zephyr_compile_definitions(XIP_BOOT_HEADER_XMCD_ENABLE=1)
36
- zephyr_library_sources(${RT1170_BOARD_DIR}/xmcd/xmcd.c)
+ zephyr_library_sources(${RT1170_BOARD_DIR}/xmcd.c)
37
else()
38
if(CONFIG_SRAM_BASE_ADDRESS EQUAL 0x80000000)
39
message(WARNING "You are using SDRAM as RAM but no external memory"
0 commit comments