flash: New Spansion FM4 flash driver
[openocd.git] / tcl / target / atheros_ar2313.cfg
blob0966c6c7ecf24a9e2ba70ae2875a77e2608d848c
1 if { [info exists CHIPNAME] } {
2         set _CHIPNAME $_CHIPNAME
3 } else {
4         set _CHIPNAME ar2313
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