diff options
author | Paul Fertser <fercerpav@gmail.com> | 2013-11-25 10:39:25 +0400 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2013-12-14 21:54:11 +0000 |
commit | dc0e6eeea4bfd930e63ff1413616fe20522630da (patch) | |
tree | 71266e8cc6d20b1515a93f8d006e9ba4ff143236 /tcl | |
parent | 93a3a82e49e7d1df855095dd541e9c04ad7823bc (diff) | |
download | riscv-openocd-dc0e6eeea4bfd930e63ff1413616fe20522630da.zip riscv-openocd-dc0e6eeea4bfd930e63ff1413616fe20522630da.tar.gz riscv-openocd-dc0e6eeea4bfd930e63ff1413616fe20522630da.tar.bz2 |
ftdi/neodb.cfg: mark as tested
Working against openmoko gta02 target, including TRST and SRST (the
stupid samsung chip fully resets under trst, so it's actually of
little use here).
Change-Id: I831124659fc12efbccef536f07d15509c2112f92
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1814
Tested-by: jenkins
Reviewed-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/interface/ftdi/neodb.cfg | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tcl/interface/ftdi/neodb.cfg b/tcl/interface/ftdi/neodb.cfg index 1f1c39d..6cc8ccf 100644 --- a/tcl/interface/ftdi/neodb.cfg +++ b/tcl/interface/ftdi/neodb.cfg @@ -4,11 +4,6 @@ # http://wiki.openmoko.org/wiki/Debug_Board_v3 # -echo "WARNING!" -echo "This file was not tested with real interface, it is based on schematics and code" -echo "in ft2232.c. Please report your experience with this file to openocd-devel" -echo "mailing list, so it could be marked as working or fixed." - interface ftdi ftdi_device_desc "Debug Board for Neo1973" ftdi_vid_pid 0x1457 0x5118 |