From 027f8c9fb36bf62c7c4e916e975e26b96edb292f Mon Sep 17 00:00:00 2001
From: Spencer Oliver <spen@spen-soft.co.uk>
Date: Tue, 25 Sep 2012 10:14:24 +0100
Subject: [PATCH] cfg: stm32-performance stick config tested and working

Change-Id: I9852d11e369e501af240a2b8e9f74306aee4e4a0
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/884
Tested-by: jenkins
---
 tcl/interface/ftdi/stm32-stick.cfg | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tcl/interface/ftdi/stm32-stick.cfg b/tcl/interface/ftdi/stm32-stick.cfg
index f0a7b3759..2aff1fe8f 100644
--- a/tcl/interface/ftdi/stm32-stick.cfg
+++ b/tcl/interface/ftdi/stm32-stick.cfg
@@ -4,11 +4,6 @@
 # http://www.hitex.com/index.php?id=340
 #
 
-echo "WARNING!"
-echo "This file was not tested with real interface, it is based on code in ft2232.c."
-echo "Please report your experience with this file to openocd-devel mailing list,"
-echo "so it could be marked as working or fixed."
-
 interface ftdi
 ftdi_device_desc "STM32-PerformanceStick"
 ftdi_vid_pid 0x0640 0x002d
-- 
GitLab