From eab9af185e84192800b49832e5959e3f2c70224f Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Wed, 20 Aug 2014 10:28:08 +0400 Subject: [PATCH] tcl/interface/ftdi/sheevaplug: fix device description Without this SheevaPlug debugging interface can't be matched. Change-Id: Ifca149130d03c1aa165ed1123e8540e49485f023 Reported-by: Andreas Schneider Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2265 Tested-by: jenkins --- tcl/interface/ftdi/sheevaplug.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tcl/interface/ftdi/sheevaplug.cfg b/tcl/interface/ftdi/sheevaplug.cfg index e3afab3251..f299f27a90 100644 --- a/tcl/interface/ftdi/sheevaplug.cfg +++ b/tcl/interface/ftdi/sheevaplug.cfg @@ -4,13 +4,8 @@ # http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp # -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 "SheevaPlug JTAGKey FT2232D" +ftdi_device_desc "SheevaPlug JTAGKey FT2232D B" ftdi_vid_pid 0x9e88 0x9e8f ftdi_channel 1 -- 2.30.2