tcl: replace FSF boilerplate with SPDX tag
[fw/openocd] / tcl / target / ampere_emag.cfg
index 7115a839d27eb4569c4c16b351f49a4d380c4eb3..0b0bd9e88dac2a29134bba483ad12f07f5f110a1 100644 (file)
@@ -1,22 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 #
 # OpenOCD Target Configuration for eMAG ARMv8 Processor
 #
 # Copyright (c) 2019-2021, Ampere Computing LLC
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program;
-#
-#
 
 #
 # Configure defaults for target
@@ -78,7 +66,7 @@ for {set _i 0} {$_i < $_NUMCORES} {incr _i} {
 
        # Create and configure Cross Trigger Interface (CTI) - required for halt and resume
        set _CTINAME $_TARGETNAME.cti
-       cti create $_CTINAME -dap $_DAPNAME -ap-num $_APNUM -baseaddr [expr 0xFC020000 + ($_i << 20)]
+       cti create $_CTINAME -dap $_DAPNAME -ap-num $_APNUM -baseaddr [expr {0xFC020000 + ($_i << 20)}]
 
        # Create the target
        target create $_TARGETNAME aarch64 -endian $_ENDIAN -dap $_DAPNAME -ap-num $_APNUM -cti $_CTINAME -coreid $_i