tcl/interface/ftdi/sheevaplug: fix device description
Without this SheevaPlug debugging interface can't be matched. Change-Id: Ifca149130d03c1aa165ed1123e8540e49485f023 Reported-by: Andreas Schneider <schneider.andi@gmail.com> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2265 Tested-by: jenkins__archive__
parent
b5a6ba46aa
commit
eab9af185e
|
@ -4,13 +4,8 @@
|
||||||
# http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp
|
# 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
|
interface ftdi
|
||||||
ftdi_device_desc "SheevaPlug JTAGKey FT2232D"
|
ftdi_device_desc "SheevaPlug JTAGKey FT2232D B"
|
||||||
ftdi_vid_pid 0x9e88 0x9e8f
|
ftdi_vid_pid 0x9e88 0x9e8f
|
||||||
ftdi_channel 1
|
ftdi_channel 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue