tcl: board: mini2440: fix to work with the current version
[fw/openocd] / tcl / target / aducm360.cfg
index caee9654eb5bf5a9ccd2630eb14706cad5dbfa87..5cfb4830ca349dda38eb0d9c0c7297cb99c7a54e 100644 (file)
@@ -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 {