]> git.gag.com Git - fw/openocd/blobdiff - tcl/target/at91sam7se512.cfg
target: Remove "-variant" argument
[fw/openocd] / tcl / target / at91sam7se512.cfg
index 17d0d8e4bdffa9f64f915891365c4f5a295bd5ad..ab0970128d8806dcfa8ce42b9aff081218e67438 100644 (file)
@@ -29,7 +29,7 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CP
 
 # The target
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi
+target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
 
 $_TARGETNAME configure -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup 0