diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2019-05-12 12:53:56 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2020-05-02 15:40:12 +0100 |
commit | 9e23c9ae3551dc14e15bdfe129fd9e03c6970f33 (patch) | |
tree | 1c292b6c1049d7c2da0885afcb71ae07b757be44 /tcl/target/str730.cfg | |
parent | c60252ac2b636c4d99b766a574b9df0966151696 (diff) | |
download | riscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.zip riscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.tar.gz riscv-openocd-9e23c9ae3551dc14e15bdfe129fd9e03c6970f33.tar.bz2 |
coding style: tcl: remove empty lines at end of text files
Empty lines at end of text files are useless.
Remove them.
Change-Id: I503cb0a96c7ccb132f4486c206a48831121d7abd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5171
Tested-by: jenkins
Diffstat (limited to 'tcl/target/str730.cfg')
-rw-r--r-- | tcl/target/str730.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcl/target/str730.cfg b/tcl/target/str730.cfg index 9a27194..e9e2f26 100644 --- a/tcl/target/str730.cfg +++ b/tcl/target/str730.cfg @@ -51,4 +51,3 @@ $_TARGETNAME configure -work-area-phys 0xA0000000 -work-area-size 0x4000 -work-a #flash bank <driver> <base> <size> <chip_width> <bus_width> set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME str7x 0x80000000 0x00040000 0 0 $_TARGETNAME STR73x - |