tcl/target/ti_k3: Add AM625 SoC
[fw/openocd] / tcl / target / test_reset_syntax_error.cfg
index e573c1c0a46dc9b9c41b6eb0e815a0625b937ffe..cb4e46fa4efeeb264a5fc112c765151f875ef0cc 100644 (file)
@@ -5,13 +5,13 @@
 
 #jtag scan chain
 set _CHIPNAME syntaxtest
-jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf 
+jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf
 
 #target configuration
-set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
-target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
+set _TARGETNAME $_CHIPNAME.cpu
+target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
 
-$_TARGETNAME configure -event reset-init { 
+$_TARGETNAME configure -event reset-init {
 
        syntax error
 }