tcl/target: add SPDX tag
[fw/openocd] / tcl / target / at91sam3u1e.cfg
index 47c227b262cfb7eb8eef7c3ae4913498b6c48241..b26662bd3857f77f9824155649f4054b26138a7c 100644 (file)
@@ -1,8 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # common stuff
 source [find target/at91sam3uxx.cfg]
 
 # size is automatically "calculated" by probing
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME at91sam3 0x000080000 0 1 1 $_TARGETNAME
-
-