tcl/target: add SPDX tag
[fw/openocd] / tcl / target / lpc2378.cfg
index 0b66b82557452d39eda19d0357556275924cf42f..59e41c9a10cfe92a3d57de91209dfcdf223599de 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # NXP LPC2378 ARM7TDMI-S with 512kB flash (8kB used by bootloader) and 56kB SRAM (16kB for ETH, 8kB for DMA), clocked with 4MHz internal oscillator
 
 source [find target/lpc2xxx.cfg]
@@ -15,7 +17,7 @@ proc setup_lpc2378 {core_freq_khz adapter_freq_khz} {
 proc init_targets {} {
        # default to core clocked with 4MHz internal oscillator
        echo "Warning - assuming default core clock 4MHz! Flashing may fail if actual core clock is different."
-       
+
        # setup_lpc2378 <core_freq_khz> <adapter_freq_khz>
        setup_lpc2378 4000 500
 }