From: Spencer Oliver Date: Thu, 2 Dec 2010 22:01:44 +0000 (+0000) Subject: config: fix luminary jtag config X-Git-Tag: v0.5.0-rc1~301 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=c24087d33ec75144ec5f579142152d8eb5ce50c9 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 --- diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg index e206a9c837..d631498757 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