summaryrefslogtreecommitdiff
path: root/tcl/target/imx35.cfg
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-12 09:25:08 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-12 09:25:08 +0200
commitb23b096c8e712aabab263848594a2703f877d963 (patch)
tree07e09cc08a636d3cfc7626380f75f3eced65fb9d /tcl/target/imx35.cfg
parentc3428f5b7ac2c555a52009cee04d0d1593a4a20c (diff)
downloadopenocd+libswd-b23b096c8e712aabab263848594a2703f877d963.tar.gz
openocd+libswd-b23b096c8e712aabab263848594a2703f877d963.tar.bz2
openocd+libswd-b23b096c8e712aabab263848594a2703f877d963.tar.xz
openocd+libswd-b23b096c8e712aabab263848594a2703f877d963.zip
Supply default reset_config statement to make target scripts useful standalone and provide sensible default
Diffstat (limited to 'tcl/target/imx35.cfg')
-rw-r--r--tcl/target/imx35.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl/target/imx35.cfg b/tcl/target/imx35.cfg
index 446eef62..800e142d 100644
--- a/tcl/target/imx35.cfg
+++ b/tcl/target/imx35.cfg
@@ -1,6 +1,9 @@
# imx35 config
#
+reset_config trst_and_srst srst_nogate
+
+
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {