Commit 88e95180 authored by Emilio Benavente's avatar Emilio Benavente Committed by Dan Kalowsky
Browse files

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: default avatarEmilio Benavente <emilio.benavente@nxp.com>
parent 3369d846
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7,9 +7,6 @@
if(CONFIG_SOC_MIMXRT1176_CM7 OR CONFIG_SECOND_CORE_MCUX)
 board_runner_args(pyocd "--target=mimxrt1170_cm7")
 board_runner_args(jlink "--device=MIMXRT1176xxxA_M7")
 # ITCM is not defined in RT1170's LinkServer device file
 board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x00000000\",\
                               \"size\":\"0x00040000\",\"type\":\"RAM\"\}")

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