Skip to content

Commit

Permalink
soc: nxp: imxrt: fixed relocated file name
Browse files Browse the repository at this point in the history
Added .c ending to lpm_rt1064 file name.

Signed-off-by: Gediminas Sidlauskas <[email protected]>
  • Loading branch information
gediminassi authored and kartben committed Jan 31, 2025
1 parent 83592e8 commit 88c7a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/nxp/imxrt/imxrt10xx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(CONFIG_PM)
zephyr_code_relocate(FILES power.c LOCATION ITCM_TEXT)
if(CONFIG_SOC_MIMXRT1064)
zephyr_sources(lpm_rt1064.c)
zephyr_code_relocate(FILES lpm_rt1064 LOCATION ITCM_TEXT)
zephyr_code_relocate(FILES lpm_rt1064.c LOCATION ITCM_TEXT)
endif()
endif()

Expand Down

0 comments on commit 88c7a44

Please sign in to comment.