aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek/tools/oocd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lm3s6965-ek/tools/oocd.sh')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/tools/oocd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/lm3s6965-ek/tools/oocd.sh b/nuttx/configs/lm3s6965-ek/tools/oocd.sh
index 28bcc48a7..758d11450 100755
--- a/nuttx/configs/lm3s6965-ek/tools/oocd.sh
+++ b/nuttx/configs/lm3s6965-ek/tools/oocd.sh
@@ -22,7 +22,7 @@ TARGET_PATH="/usr/share/openocd/scripts"
# like environment
#OPENOCD_EXE=openocd.exe
OPENOCD_EXE=openocd
-OPENOCD_CFG="${TOPDIR}/configs/lm3s6965-ek/tools/ek-lm3s6965.cfg"
+OPENOCD_CFG="${TOPDIR}/configs/lm3s6965-ek/tools/lm3s6965-ek.cfg"
OPENOCD_ARGS="-f ${OPENOCD_CFG} -s ${TARGET_PATH}"
if [ "X$2" = "X-d" ]; then