summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-24 21:13:29 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-24 21:13:29 +0000
commitad8f1b42956bdf463ce85ed741e1f62ba91ae62f (patch)
tree37a88aedbeb7ce6f63f3f08280f664a9c661cc85 /src/jtag/ft2232.c
parent5ecae346cc675cf269d5e3371a7d05181d570cdb (diff)
downloadopenocd_libswd-ad8f1b42956bdf463ce85ed741e1f62ba91ae62f.tar.gz
openocd_libswd-ad8f1b42956bdf463ce85ed741e1f62ba91ae62f.tar.bz2
openocd_libswd-ad8f1b42956bdf463ce85ed741e1f62ba91ae62f.tar.xz
openocd_libswd-ad8f1b42956bdf463ce85ed741e1f62ba91ae62f.zip
David Brownell <david-b@pacbell.net>:
Doc (mostly) update for jtag_khz: - switch to @deffn syntax - add entry for "jtag_rclk" - move deprecated "jtag_speed" into collection of deprecated calls And for ft2232, don't be the only adapter to *log* an error if RTCK is requested; it's already reported properly, like any other nonfatal command parameter. "jtag_rclk" just works as expected, without any scarey messages. git-svn-id: svn://svn.berlios.de/openocd/trunk@1910 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/ft2232.c')
-rw-r--r--src/jtag/ft2232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c
index 43c6f169..4239c2d0 100644
--- a/src/jtag/ft2232.c
+++ b/src/jtag/ft2232.c
@@ -446,7 +446,7 @@ static int ft2232_khz(int khz, int* jtag_speed)
{
if (khz==0)
{
- LOG_ERROR("RCLK not supported");
+ LOG_DEBUG("RTCK not supported");
return ERROR_FAIL;
}