tcl/target: add SPDX tag
[fw/openocd] / tcl / target / lpc2129.cfg
index 2c33cde310f5f6913e8f6b73e30006dc9f8c6a38..88ee20f171b36d0fa9581ccecb9278a7840968a9 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # NXP LPC2129 ARM7TDMI-S with 256kB flash and 16kB SRAM, clocked with 12MHz crystal
 
 source [find target/lpc2xxx.cfg]
@@ -15,7 +17,7 @@ proc setup_lpc2129 {core_freq_khz adapter_freq_khz} {
 proc init_targets {} {
        # default to core clocked with 12MHz crystal
        echo "Warning - assuming default core clock 12MHz! Flashing may fail if actual core clock is different."
-       
+
        # setup_lpc2129 <core_freq_khz> <adapter_freq_khz>
        setup_lpc2129 12000 1500
 }