From d7dba8d346bed622ab4269723d1d1c8992d3353b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Wed, 24 Mar 2010 16:04:26 -0700 Subject: FT2232 Messaaging fix The init cleanup patch overlooked a message which was wrongly specific to the "usbjtag" layout. Fix. Signed-off-by: David Brownell --- src/jtag/drivers/ft2232.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/drivers') 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; } -- cgit v1.2.3-18-g5258