aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/hilscher_nxhx10.cfg2
-rw-r--r--tcl/board/iar_str912_sk.cfg2
-rw-r--r--tcl/board/twr-vf65gs10_cmsisdap.cfg2
-rw-r--r--tcl/interface/imx-native.cfg2
-rw-r--r--tcl/interface/openjtag.cfg2
-rw-r--r--tcl/target/c100config.tcl2
6 files changed, 6 insertions, 6 deletions
diff --git a/tcl/board/hilscher_nxhx10.cfg b/tcl/board/hilscher_nxhx10.cfg
index 7ff99165..add424d4 100644
--- a/tcl/board/hilscher_nxhx10.cfg
+++ b/tcl/board/hilscher_nxhx10.cfg
@@ -79,4 +79,4 @@ $_TARGETNAME configure -event reset-init {
#flash bank parflash cfi 0xC0000000 0x01000000 2 2 $_TARGETNAME
init
-reset init \ No newline at end of file
+reset init
diff --git a/tcl/board/iar_str912_sk.cfg b/tcl/board/iar_str912_sk.cfg
index ba060a04..54f517b7 100644
--- a/tcl/board/iar_str912_sk.cfg
+++ b/tcl/board/iar_str912_sk.cfg
@@ -1,3 +1,3 @@
# The IAR str912-sk evaluation kick start board has an str912
-source [find target/str912.cfg] \ No newline at end of file
+source [find target/str912.cfg]
diff --git a/tcl/board/twr-vf65gs10_cmsisdap.cfg b/tcl/board/twr-vf65gs10_cmsisdap.cfg
index e8db7549..ab4548f9 100644
--- a/tcl/board/twr-vf65gs10_cmsisdap.cfg
+++ b/tcl/board/twr-vf65gs10_cmsisdap.cfg
@@ -12,4 +12,4 @@ transport select swd
source [find board/twr-vf65gs10.cfg]
# override reset configuration
-reset_config srst_only \ No newline at end of file
+reset_config srst_only
diff --git a/tcl/interface/imx-native.cfg b/tcl/interface/imx-native.cfg
index d9bc7eb0..9e1f38d0 100644
--- a/tcl/interface/imx-native.cfg
+++ b/tcl/interface/imx-native.cfg
@@ -32,4 +32,4 @@ imx_gpio_swd_nums 1 6
# reset_config srst_only srst_push_pull
# or if you have both connected,
-# reset_config trst_and_srst srst_push_pull \ No newline at end of file
+# reset_config trst_and_srst srst_push_pull
diff --git a/tcl/interface/openjtag.cfg b/tcl/interface/openjtag.cfg
index 7bd53254..9a5827b1 100644
--- a/tcl/interface/openjtag.cfg
+++ b/tcl/interface/openjtag.cfg
@@ -5,4 +5,4 @@
#
adapter driver openjtag
-openjtag_device_desc "Open JTAG Project" \ No newline at end of file
+openjtag_device_desc "Open JTAG Project"
diff --git a/tcl/target/c100config.tcl b/tcl/target/c100config.tcl
index 52efa83c..a72a2fa8 100644
--- a/tcl/target/c100config.tcl
+++ b/tcl/target/c100config.tcl
@@ -409,4 +409,4 @@ proc flashUBOOT {file} {
putsUART0 "done.\n"
putsUART0 "Rebooting, please wait!\n"
reboot
-} \ No newline at end of file
+}