diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2019-05-12 12:26:46 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-02-24 10:30:53 +0000 |
commit | 9d5767b6b005e426f77460c42bafce157de74a25 (patch) | |
tree | 5310a5c72efb9b1bca129f2038450f48c7bce3be /tcl | |
parent | e7306d361b5d503cf27dfb3dc69298ddad495f88 (diff) |
coding style: add newline at end of text files
Some text file is missing newline at EOF.
Add it.
Change-Id: Ieebc790096f40961283c644642e56fde975e957f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5167
Tested-by: jenkins
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/board/hilscher_nxhx10.cfg | 2 | ||||
-rw-r--r-- | tcl/board/iar_str912_sk.cfg | 2 | ||||
-rw-r--r-- | tcl/board/twr-vf65gs10_cmsisdap.cfg | 2 | ||||
-rw-r--r-- | tcl/interface/imx-native.cfg | 2 | ||||
-rw-r--r-- | tcl/interface/openjtag.cfg | 2 | ||||
-rw-r--r-- | tcl/target/c100config.tcl | 2 |
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 +} |