mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user