tcl/board: add SPDX tag
[fw/openocd] / tcl / board / dk-tm4c129.cfg
old mode 100755 (executable)
new mode 100644 (file)
index f1171af..27bd432
@@ -1,14 +1,5 @@
-#
-# TI Tiva C DK-TM4C129X Connected Development Kit
-#
-# http://www.ti.com/tool/dk-tm4c129x
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
 
-source [find interface/ti-icdi.cfg]
+echo "WARNING: board/dk-tm4c129.cfg is deprecated, please switch to board/ti_dk-tm4c129.cfg"
 
-transport select hla_jtag
-
-set WORKAREASIZE 0x8000
-set CHIPNAME tm4c129xnczad
-
-source [find target/stellaris.cfg]
+source [find board/ti_dk-tm4c129.cfg]