Skip to content

Commit 88e9518

Browse files
EmilioCBendkalowsk
authored andcommitted
boards: nxp: mimxrt1170_evk: remove code that is no longer needed
Remove cmake code that updated the linkserver memory view, however the values passed here are wrong and linkserver already includes the correct space e.g location = 0x0 && size = 0x00080000 Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
1 parent 3369d84 commit 88e9518

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boards/nxp/mimxrt1170_evk/board.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
if(CONFIG_SOC_MIMXRT1176_CM7 OR CONFIG_SECOND_CORE_MCUX)
88
board_runner_args(pyocd "--target=mimxrt1170_cm7")
99
board_runner_args(jlink "--device=MIMXRT1176xxxA_M7")
10-
# ITCM is not defined in RT1170's LinkServer device file
11-
board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x00000000\",\
12-
\"size\":\"0x00040000\",\"type\":\"RAM\"\}")
1310

1411
if(${BOARD_REVISION} STREQUAL "A")
1512
board_runner_args(linkserver "--device=MIMXRT1176xxxxx:MIMXRT1170-EVK")

0 commit comments

Comments
 (0)