tcl/board: add SPDX tag
[fw/openocd] / tcl / board / iar_lpc1768.cfg
index b8fd026c1dada16295a0653ff54078e08fe73d83..d8d669e989c52a249be09c57d26ba0c6cd50e9ae 100644 (file)
@@ -1,9 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Board from IAR KickStart Kit for LPC1768
 # See www.iar.com and also
 # http://www.olimex.com/dev/lpc-1766stk.html
 #
 
-source [find target/lpc1768.cfg]
+source [find target/lpc17xx.cfg]
 
 # The chip has just been reset.
 #
@@ -14,4 +16,3 @@ $_TARGETNAME configure -event reset-init {
 
        flash probe 0
 }
-