Skip to content

Commit

Permalink
boards: mimxrt1040_evk: Fix typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
Fix typo of board dir variable in CMakeLists.txt

Signed-off-by: Declan Snyder <[email protected]>
  • Loading branch information
decsny authored and MaureenHelm committed Feb 9, 2024
1 parent f0ea359 commit b6d9b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1040_evk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(CONFIG_NXP_IMX_RT_BOOT_HEADER)
zephyr_compile_definitions(XIP_BOOT_HEADER_ENABLE=1)
zephyr_compile_definitions(BOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024)
zephyr_library_sources(${RT1040_BOARD_DIR}/xip/evkmimxrt1040_flexspi_nor_config.c)
zephyr_library_include_directories(${RT1024_BOARD_DIR}/xip)
zephyr_library_include_directories(${RT1040_BOARD_DIR}/xip)
endif()
if(CONFIG_DEVICE_CONFIGURATION_DATA)
# Include device configuration data block for RT1040 EVK from NXP's HAL.
Expand Down

0 comments on commit b6d9b3f

Please sign in to comment.