tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / stlink-v2.cfg
index 25e696c6a926fc9d8085a0a0c543f4111645382f..400411e9cbbd18e9fac56a46a9efad8e01620f17 100644 (file)
@@ -1,11 +1,4 @@
-#
-# STMicroelectronics ST-LINK/V2 in-circuit debugger/programmer
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-interface stlink
-stlink_layout stlink
-stlink_device_desc "ST-LINK/V2"
-stlink_vid_pid 0x0483 0x3748
-
-# unused but set to disable warnings
-adapter_khz 1000
+echo "WARNING: interface/stlink-v2.cfg is deprecated, please switch to interface/stlink.cfg"
+source [find interface/stlink.cfg]