aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2022-06-13 00:08:15 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-06-24 21:51:44 +0000
commit6306bdffc249809810a89e5b0ade1a998e62cf5d (patch)
treef38f4cb2f46bb4170a0f901c42e01181ad590e1f /tcl
parent48727688f91713a5814f6a85883d1c3d7810103b (diff)
downloadriscv-openocd-6306bdffc249809810a89e5b0ade1a998e62cf5d.zip
riscv-openocd-6306bdffc249809810a89e5b0ade1a998e62cf5d.tar.gz
riscv-openocd-6306bdffc249809810a89e5b0ade1a998e62cf5d.tar.bz2
tcl/board/steval-idb012v1: fix SPDX tag
Remove trailing '.' While there, add newline to file's last line. Change-Id: I3a727e406b572d051b28e17688c24627e55520c4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7024 Tested-by: jenkins
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/steval-idb012v1.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcl/board/steval-idb012v1.cfg b/tcl/board/steval-idb012v1.cfg
index 25efc58..288cbb2 100644
--- a/tcl/board/steval-idb012v1.cfg
+++ b/tcl/board/steval-idb012v1.cfg
@@ -1,5 +1,6 @@
-# SPDX-License-Identifier: GPL-2.0-or-later.
+# SPDX-License-Identifier: GPL-2.0-or-later
+
# This is an evaluation board with a single BlueNRG-LPS chip.
set CHIPNAME bluenrg-lps
source [find interface/cmsis-dap.cfg]
-source [find target/bluenrg-x.cfg] \ No newline at end of file
+source [find target/bluenrg-x.cfg]