flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / tcl / target / lpc2900.cfg
index 53677873abd8785187f1b4fd1c918dd5ea8af793..67e3c92249c270a22e0611f6d193f8d4752451c3 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 if { [info exists CHIPNAME] } {
     set _CHIPNAME $CHIPNAME
@@ -14,7 +15,7 @@ if { [info exists CPUTAPID] } {
 if { [info exists HAS_ETB] } {
 } else {
     # Set default (no ETB).
-    # Show a warning, because this should have been configured explicitely.
+    # Show a warning, because this should have been configured explicitly.
     set HAS_ETB 0
     # TODO: warning?
 }