cfg: Fix Kinetis kwikstik/kx config
[openocd.git] / tcl / target / atheros_ar9331.cfg
blob17503c78fca9acb93631cd334a1bbec9f426c541
1 if { [info exists CHIPNAME] } {
2         set _CHIPNAME $_CHIPNAME
3 } else {
4         set _CHIPNAME ar9331
7 if { [info exists CPUTAPID] } {
8         set _CPUTAPID $CPUTAPID
9 } else {
10         set _CPUTAPID 0x00000001
13 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id $_CPUTAPID
15 set TARGETNAME $_CHIPNAME.cpu
16 target create $TARGETNAME mips_m4k -endian big -chain-position $TARGETNAME