tcl/interface: add SPDX tag
[fw/openocd] / tcl / interface / flashlink.cfg
index 5c81cf5a8dcc53dae502113cf0b6d72e53e12fd1..d552c50a6bfff8ea88f13650c53671a0de71a819 100644 (file)
@@ -1,16 +1,18 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # ST FlashLINK JTAG parallel cable
 #
-# http://www.st.com/mcu/contentid-94-80-FL_101.html
+# http://www.st.com/internet/evalboard/product/94023.jsp
 # http://www.st.com/stonline/products/literature/um/7889.pdf
 #
 
 if { [info exists PARPORTADDR] } {
-   set  _PARPORTADDR $PARPORTADDR
+   set _PARPORTADDR $PARPORTADDR
 } else {
-   set  _PARPORTADDR 0
+   set _PARPORTADDR 0
 }
 
-interface parport
-parport_port $_PARPORTADDR
-parport_cable flashlink
+adapter driver parport
+parport port $_PARPORTADDR
+parport cable flashlink