From ff6c3dd13cf6d2cd25e55638ded3b1683958d752 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 19 Apr 2012 15:53:07 +0100 Subject: [PATCH] cfg: remove unused stlink options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit reset_config is now supported by stlink, remove from the config as this is a per board option. Change-Id: I85208d2154502b8d3a098afe1d9a28d75820a7c0 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/582 Tested-by: jenkins Reviewed-by: Mathias Küster Reviewed-by: Freddie Chopin --- tcl/interface/stlink-v1.cfg | 8 +++----- tcl/interface/stlink-v2.cfg | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/tcl/interface/stlink-v1.cfg b/tcl/interface/stlink-v1.cfg index d351324c00..af678187e1 100644 --- a/tcl/interface/stlink-v1.cfg +++ b/tcl/interface/stlink-v1.cfg @@ -6,8 +6,6 @@ interface stlink stlink_layout sg stlink_device_desc "ST-LINK/V1" stlink_vid_pid 0x0483 0x3744 -# -# dummy values, not really needed -# -adapter_khz 1 -reset_config trst_and_srst + +# unused but set to disable warnings +adapter_khz 1000 diff --git a/tcl/interface/stlink-v2.cfg b/tcl/interface/stlink-v2.cfg index 2757a334dc..3eee7d9e9c 100644 --- a/tcl/interface/stlink-v2.cfg +++ b/tcl/interface/stlink-v2.cfg @@ -6,8 +6,6 @@ interface stlink stlink_layout usb stlink_device_desc "ST-LINK/V2" stlink_vid_pid 0x0483 0x3748 -# -# dummy values, not really needed -# -adapter_khz 1 -reset_config trst_and_srst \ No newline at end of file + +# unused but set to disable warnings +adapter_khz 1000 -- 2.30.2