aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/imx51.cfg
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2013-06-28 02:27:07 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2013-07-15 10:02:32 +0000
commit7ccc51108866128feb80dbc6024a135c89d229ed (patch)
tree7c24e6d194a4a8d8fa84cdafa9128d97b2386cfd /tcl/target/imx51.cfg
parent3777b08affb17de2ee6b1dc1436239c1fba7f99e (diff)
downloadriscv-openocd-7ccc51108866128feb80dbc6024a135c89d229ed.zip
riscv-openocd-7ccc51108866128feb80dbc6024a135c89d229ed.tar.gz
riscv-openocd-7ccc51108866128feb80dbc6024a135c89d229ed.tar.bz2
target: Pull out the jtag_rtck from iMX5x files
Pull the jtag_rtck setting from imx51.cfg and imx53.cfg . Since not all boards using these CPUs do support RTCK signal, move the configuration of RTCK into board files. Change-Id: I632c5d38e00ada8779a451cd26428fd122452001 Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Reviewed-on: http://openocd.zylin.com/1460 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'tcl/target/imx51.cfg')
-rw-r--r--tcl/target/imx51.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcl/target/imx51.cfg b/tcl/target/imx51.cfg
index 0ee388c..15d5c04 100644
--- a/tcl/target/imx51.cfg
+++ b/tcl/target/imx51.cfg
@@ -44,8 +44,4 @@ proc imx51_dbginit {target} {
cortex_a dbginit
}
-# Slow speed to be sure it will work
-jtag_rclk 1000
-$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
-
$_TARGETNAME configure -event reset-assert-post "imx51_dbginit $_TARGETNAME"