summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2010-03-24 16:04:26 -0700
committerDavid Brownell <dbrownell@users.sourceforge.net>2010-03-24 16:04:26 -0700
commitd7dba8d346bed622ab4269723d1d1c8992d3353b (patch)
tree658a5b9fb005633fa15f932b9cf62afa3542e353
parent1cda3e64e4555d64496709b23f0af1da8f3a7034 (diff)
downloadopenocd+libswd-d7dba8d346bed622ab4269723d1d1c8992d3353b.tar.gz
openocd+libswd-d7dba8d346bed622ab4269723d1d1c8992d3353b.tar.bz2
openocd+libswd-d7dba8d346bed622ab4269723d1d1c8992d3353b.tar.xz
openocd+libswd-d7dba8d346bed622ab4269723d1d1c8992d3353b.zip
FT2232 Messaaging fix
The init cleanup patch overlooked a message which was wrongly specific to the "usbjtag" layout. Fix. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
-rw-r--r--src/jtag/drivers/ft2232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c
index dd11aec6..93d1c4a8 100644
--- a/src/jtag/drivers/ft2232.c
+++ b/src/jtag/drivers/ft2232.c
@@ -2433,7 +2433,7 @@ static int ftx232_init_tail(void)
if (((ft2232_write(buf, 3, &bytes_written)) != ERROR_OK) || (bytes_written != 3))
{
- LOG_ERROR("couldn't initialize FT2232 with 'USBJTAG' layout");
+ LOG_ERROR("couldn't initialize FT2232 DBUS");
return ERROR_JTAG_INIT_FAILED;
}