diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-12-02 22:01:44 +0000 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-12-02 22:01:44 +0000 |
commit | c24087d33ec75144ec5f579142152d8eb5ce50c9 (patch) | |
tree | a9b1c37667d8d4a4f9e2aa40f44e1a8370854ea7 /tcl | |
parent | a1ce28b118e758015a4e8ba1cb74815aa4193ee0 (diff) | |
download | openocd_libswd-c24087d33ec75144ec5f579142152d8eb5ce50c9.tar.gz openocd_libswd-c24087d33ec75144ec5f579142152d8eb5ce50c9.tar.bz2 openocd_libswd-c24087d33ec75144ec5f579142152d8eb5ce50c9.tar.xz openocd_libswd-c24087d33ec75144ec5f579142152d8eb5ce50c9.zip |
config: fix luminary jtag config
When this config was updated in commit e3773e3e3d1f1ee0dbb0b69e8babe8419784d1c1
the old jtag declaration was not removed.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | 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 e206a9c8..d6314987 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 |