ft2232: Mark interface driver as deprecated
Change-Id: I5ebc924ab66c86f1902942bebc203a34d97abc64 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/1899 Reviewed-by: Paul Fertser <fercerpav@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Tested-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
075c3f8fe2
commit
09e9625d6c
@@ -2341,6 +2341,11 @@ static int ft2232_init(void)
|
||||
int retval;
|
||||
uint32_t bytes_written;
|
||||
|
||||
LOG_WARNING("Using DEPRECATED interface driver 'ft2232'");
|
||||
#if BUILD_FTDI
|
||||
LOG_INFO("Consider using the 'ftdi' interface driver, with configuration files in interface/ftdi/...");
|
||||
#endif
|
||||
|
||||
if (tap_get_tms_path_len(TAP_IRPAUSE, TAP_IRPAUSE) == 7)
|
||||
LOG_DEBUG("ft2232 interface using 7 step jtag state transitions");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user