]> git.sur5r.net Git - openocd/blobdiff - src/jtag/interfaces.c
Remove since long deprecated ft2232 driver
[openocd] / src / jtag / interfaces.c
index 64fdd71d615bf7b8af55738942b2e343155f1b12..1ee29d2dd386ef99d2043f09555a5c9948d23a77 100644 (file)
@@ -51,12 +51,6 @@ extern struct jtag_interface parport_interface;
 #if BUILD_DUMMY == 1
 extern struct jtag_interface dummy_interface;
 #endif
-#if BUILD_FT2232_FTD2XX == 1
-extern struct jtag_interface ft2232_interface;
-#endif
-#if BUILD_FT2232_LIBFTDI == 1
-extern struct jtag_interface ft2232_interface;
-#endif
 #if BUILD_FTDI == 1
 extern struct jtag_interface ftdi_interface;
 #endif
@@ -150,12 +144,6 @@ struct jtag_interface *jtag_interfaces[] = {
 #if BUILD_DUMMY == 1
                &dummy_interface,
 #endif
-#if BUILD_FT2232_FTD2XX == 1
-               &ft2232_interface,
-#endif
-#if BUILD_FT2232_LIBFTDI == 1
-               &ft2232_interface,
-#endif
 #if BUILD_FTDI == 1
                &ftdi_interface,
 #endif