tcl/target: add SPDX tag
[fw/openocd] / tcl / target / bcm281xx.cfg
index 6432a2092671f78d271b9c77d3c512c8f45be9c8..a70a9c5e7dd584f0db881dc21d28bf4bc5b68dc0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # BCM281xx
 
 if { [info exists CHIPNAME] } {
@@ -26,10 +28,3 @@ dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
 target create $_TARGETNAME0 cortex_a -dap $_CHIPNAME.dap -coreid 0 -dbgbase 0x3fe10000
 target create $_TARGETNAME1 cortex_a -dap $_CHIPNAME.dap -coreid 1 -dbgbase 0x3fe12000
 target smp $_TARGETNAME0 $_TARGETNAME1
-
-$_TARGETNAME0 configure -event gdb-attach {
-       cortex_a dbginit
-}
-$_TARGETNAME1 configure -event gdb-attach {
-       cortex_a dbginit
-}