config: fix luminary jtag config

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

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
__archive__
Spencer Oliver 2010-12-02 22:01:44 +00:00
parent a1ce28b118
commit c24087d33e
1 changed files with 0 additions and 3 deletions

View File

@ -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