target: add generic Xtensa LX support
[fw/openocd] / tcl / target / lpc2460.cfg
index 69fdc4aafcb43f57230f46063aabccc178f3f4b6..59b646631c88e0ef41859b967a931804003bfb40 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # NXP LPC2460 ARM7TDMI-S with 98kB SRAM (16kB for ETH, 16kB for DMA, 2kB for RTC), clocked with 4MHz internal oscillator
 
 source [find target/lpc2xxx.cfg]
@@ -15,7 +17,7 @@ proc setup_lpc2460 {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_lpc2460 <core_freq_khz> <adapter_freq_khz>
        setup_lpc2460 4000 500
 }