cfg: remove unused stlink options

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 <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/582
Tested-by: jenkins
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
This commit is contained in:
Spencer Oliver 2012-04-19 15:53:07 +01:00
parent cc4a934d37
commit ff6c3dd13c
2 changed files with 6 additions and 10 deletions

View File

@ -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

View File

@ -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
# unused but set to disable warnings
adapter_khz 1000