tcl: board: mini2440: fix to work with the current version
[fw/openocd] / tcl / target / aducm360.cfg
old mode 100755 (executable)
new mode 100644 (file)
index caee965..5cfb483
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # This file was created using as references the stm32f1x.cfg and aduc702x.cfg
 #
@@ -10,7 +12,7 @@ if { [info exists CHIPNAME] } {
    set _CHIPNAME aducm360
 }
 
-# Endianess
+# Endianness
 if { [info exists ENDIAN] } {
    set _ENDIAN $ENDIAN
 } else {