tcl/target: Add QuickLogic EOS S3 MCU configuration
[fw/openocd] / tcl / target / samsung_s3c2440.cfg
index 9d6633713cec936c27881e7d5ede895875680df6..a97659be544b5e3afd139bbf11a5e47645ad876a 100644 (file)
@@ -26,10 +26,9 @@ if { [info exists CPUTAPID] } {
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id $_CPUTAPID
 
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm920t
+target create $_TARGETNAME arm920t -endian $_ENDIAN -chain-position $_TARGETNAME
 
 $_TARGETNAME configure -work-area-phys 0x200000 -work-area-size 0x4000 -work-area-backup 1
 
 #reset configuration
 reset_config trst_and_srst
-