tcl/board: add SPDX tag
[fw/openocd] / tcl / board / eir.cfg
index a014e116bfc4c825ac4d036e269869d30ec4ede8..d6342499fbadf2c6576adac0b90cc30fd8e25fd9 100644 (file)
@@ -1,7 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Elector Internet Radio board
 # http://www.ethernut.de/en/hardware/eir/index.html
 
-source [find target/sam7se512.cfg]
+source [find target/at91sam7se512.cfg]
 
 $_TARGETNAME configure -event reset-init {
        # WDT_MR, disable watchdog
@@ -91,4 +93,3 @@ $_TARGETNAME configure -event reset-init {
        #
        mww 0xfffffd08 0xa5000001
 }
-