From: Spencer Oliver <ntfr...@users.sourceforge.net>

When this config was updated in commit e3773e3e3d1f1ee0dbb0b69e8babe8419784d1c1
the old jtag declaration was not removed.

Signed-off-by: Spencer Oliver <ntfr...@users.sourceforge.net>
---
 tcl/target/stellaris.cfg |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg
index e206a9c..d631498 100644
--- a/tcl/target/stellaris.cfg
+++ b/tcl/target/stellaris.cfg
@@ -38,9 +38,6 @@ if { [info exists WORKAREASIZE ] } {
    set _WORKAREASIZE 0x2000
 }
 
-jtag newtap $_CHIPNAME cpu -irlen 4 -irmask 0xf \
-       -expected-id $_CPUTAPID -ignore-version
-
 set _TARGETNAME $_CHIPNAME.cpu
 target create $_TARGETNAME cortex_m3 -chain-position $_CHIPNAME.cpu
 
-- 
1.7.1
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to