From f440af41ff1598ec3e86ddc2b3facd5b5b2cf113 Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Mon, 3 May 2021 00:15:20 +0200 Subject: [PATCH] tcl/rp2040: remove empty line at end of file Change-Id: I212a96b77282b151a8ecbd46a6436e2bbbda4161 Signed-off-by: Antonio Borneo Reviewed-on: http://openocd.zylin.com/6221 Tested-by: jenkins --- tcl/board/pico-debug.cfg | 1 - tcl/target/rp2040-core0.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/tcl/board/pico-debug.cfg b/tcl/board/pico-debug.cfg index c2fe7d3e21..ba59f860a3 100644 --- a/tcl/board/pico-debug.cfg +++ b/tcl/board/pico-debug.cfg @@ -8,4 +8,3 @@ adapter speed 4000 set CHIPNAME rp2040 source [find target/rp2040-core0.cfg] - diff --git a/tcl/target/rp2040-core0.cfg b/tcl/target/rp2040-core0.cfg index e427083bc9..8c3533bfb1 100644 --- a/tcl/target/rp2040-core0.cfg +++ b/tcl/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 cortex_m reset_config sysresetreq - -- 2.30.2