aboutsummaryrefslogtreecommitdiff
path: root/tcl/interface
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2011-11-15 09:17:27 +0000
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2011-11-18 22:14:55 +0000
commit0f41634d4fc75dd884f2cd14cb4435a7ce7700af (patch)
tree9ecd4ea84ddb11c620a20fc76ea46e368a392be0 /tcl/interface
parentdbf25984cda750dd4ebd3be3b267e6b39bec4111 (diff)
scripts: use adapter_khz not deprecated jtag_khz
Change-Id: Ibaeebf564a95360dcf21a0921ec99f5263f11915 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/202 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'tcl/interface')
-rw-r--r--tcl/interface/hilscher_nxhx10_etm.cfg2
-rw-r--r--tcl/interface/hilscher_nxhx500_etm.cfg2
-rw-r--r--tcl/interface/hilscher_nxhx500_re.cfg2
-rw-r--r--tcl/interface/hilscher_nxhx50_etm.cfg2
-rw-r--r--tcl/interface/hilscher_nxhx50_re.cfg2
5 files changed, 5 insertions, 5 deletions
diff --git a/tcl/interface/hilscher_nxhx10_etm.cfg b/tcl/interface/hilscher_nxhx10_etm.cfg
index de443227..b16ed1a5 100644
--- a/tcl/interface/hilscher_nxhx10_etm.cfg
+++ b/tcl/interface/hilscher_nxhx10_etm.cfg
@@ -8,4 +8,4 @@ interface ft2232
ft2232_device_desc "NXHX 10-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
diff --git a/tcl/interface/hilscher_nxhx500_etm.cfg b/tcl/interface/hilscher_nxhx500_etm.cfg
index 5df2854a..840ffaf6 100644
--- a/tcl/interface/hilscher_nxhx500_etm.cfg
+++ b/tcl/interface/hilscher_nxhx500_etm.cfg
@@ -8,4 +8,4 @@ interface ft2232
ft2232_device_desc "NXHX 500-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
diff --git a/tcl/interface/hilscher_nxhx500_re.cfg b/tcl/interface/hilscher_nxhx500_re.cfg
index eb31c771..1d1b7542 100644
--- a/tcl/interface/hilscher_nxhx500_re.cfg
+++ b/tcl/interface/hilscher_nxhx500_re.cfg
@@ -8,4 +8,4 @@ interface ft2232
ft2232_device_desc "NXHX 500-RE"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
diff --git a/tcl/interface/hilscher_nxhx50_etm.cfg b/tcl/interface/hilscher_nxhx50_etm.cfg
index 561409f4..ff98c280 100644
--- a/tcl/interface/hilscher_nxhx50_etm.cfg
+++ b/tcl/interface/hilscher_nxhx50_etm.cfg
@@ -8,4 +8,4 @@ interface ft2232
ft2232_device_desc "NXHX 50-ETM"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000
diff --git a/tcl/interface/hilscher_nxhx50_re.cfg b/tcl/interface/hilscher_nxhx50_re.cfg
index 46a365d3..0573e031 100644
--- a/tcl/interface/hilscher_nxhx50_re.cfg
+++ b/tcl/interface/hilscher_nxhx50_re.cfg
@@ -8,4 +8,4 @@ interface ft2232
ft2232_device_desc "NXHX50-RE"
ft2232_layout comstick
ft2232_vid_pid 0x0640 0x0028
-jtag_khz 6000
+adapter_khz 6000