tcl/rp2040: remove empty line at end of file
Change-Id: I212a96b77282b151a8ecbd46a6436e2bbbda4161 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6221 Tested-by: jenkins
This commit is contained in:
parent
a9c004d2c8
commit
f440af41ff
tcl
|
@ -8,4 +8,3 @@ adapter speed 4000
|
||||||
|
|
||||||
set CHIPNAME rp2040
|
set CHIPNAME rp2040
|
||||||
source [find target/rp2040-core0.cfg]
|
source [find target/rp2040-core0.cfg]
|
||||||
|
|
||||||
|
|
|
@ -35,4 +35,3 @@ flash bank $_FLASHNAME rp2040_flash $_FLASHBASE $_FLASHSIZE 1 32 $_TARGETNAME
|
||||||
|
|
||||||
# srst does not exist; use SYSRESETREQ to perform a soft reset
|
# srst does not exist; use SYSRESETREQ to perform a soft reset
|
||||||
cortex_m reset_config sysresetreq
|
cortex_m reset_config sysresetreq
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue