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/interface | |
parent | e7306d361b5d503cf27dfb3dc69298ddad495f88 (diff) | |
download | riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.zip riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.gz riscv-openocd-9d5767b6b005e426f77460c42bafce157de74a25.tar.bz2 |
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/interface')
-rw-r--r-- | tcl/interface/imx-native.cfg | 2 | ||||
-rw-r--r-- | tcl/interface/openjtag.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tcl/interface/imx-native.cfg b/tcl/interface/imx-native.cfg index d9bc7eb..9e1f38d 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 7bd5325..9a5827b 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" |