tcl/board: add ESP32 config for ESP USB Bridge board
[fw/openocd] / tcl / target / at91r40008.cfg
index 2d286ab5faba1a44c45940f1f2e607ff9ada46e6..66d32ae300399d1ef547392a7c057c00f943704c 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # AT91R40008 target configuration file
 
 # TRST is tied to SRST on the AT91X40 family.
@@ -25,5 +27,5 @@ if { [info exists CPUTAPID] } {
 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
 
 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 0x20000 -work-area-size 0x20000 -work-area-backup 0