From: David B. <dbr...@us...> - 2010-03-25 00:07:43
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via d7dba8d346bed622ab4269723d1d1c8992d3353b (commit) from 1cda3e64e4555d64496709b23f0af1da8f3a7034 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d7dba8d346bed622ab4269723d1d1c8992d3353b Author: David Brownell <dbr...@us...> Date: Wed Mar 24 16:04:26 2010 -0700 FT2232 Messaaging fix The init cleanup patch overlooked a message which was wrongly specific to the "usbjtag" layout. Fix. Signed-off-by: David Brownell <dbr...@us...> diff --git a/src/jtag/drivers/ft2232.c b/src/jtag/drivers/ft2232.c index dd11aec..93d1c4a 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; } ----------------------------------------------------------------------- Summary of changes: src/jtag/drivers/ft2232.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |