From f5793f9a4a9deeb9be1ef8f348325ad6a44260b7 Mon Sep 17 00:00:00 2001
From: Spencer Oliver <spen@spen-soft.co.uk>
Date: Wed, 26 Sep 2012 12:29:03 +0100
Subject: [PATCH] cfg: cortino tested and working

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

diff --git a/tcl/interface/ftdi/cortino.cfg b/tcl/interface/ftdi/cortino.cfg
index 4c0c5cf5f..16ede6129 100644
--- a/tcl/interface/ftdi/cortino.cfg
+++ b/tcl/interface/ftdi/cortino.cfg
@@ -4,11 +4,6 @@
 # http://www.hitex.com/index.php?id=cortino
 #
 
-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 "Cortino"
 ftdi_vid_pid 0x0640 0x0032
-- 
GitLab