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>
This commit is contained in:
parent
1cda3e64e4
commit
d7dba8d346
|
@ -2433,7 +2433,7 @@ static int ftx232_init_tail(void)
|
||||||
|
|
||||||
if (((ft2232_write(buf, 3, &bytes_written)) != ERROR_OK) || (bytes_written != 3))
|
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;
|
return ERROR_JTAG_INIT_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue