tcl/board: add SPDX tag
[fw/openocd] / tcl / board / twr-k60f120m.cfg
index 119eb747a86cc0e7552ac8be025f50ae43bdb048..5914cf0c11d145b2db47c3637177cccf207e05c8 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # Freescale TWRK60F120M development board
 #
@@ -5,13 +7,13 @@
 source [find target/k60.cfg]
 
 $_TARGETNAME configure -event reset-init {
-       puts "-event reset-init occured"
+       puts "-event reset-init occurred"
 }
 
 #
-# Bank definition for the 'program flash' (instructions and/or data)
+# Definitions for the additional 'program flash' banks
+# (instructions and/or data)
 #
-flash bank pflash.0 kinetis 0x00000000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME