summaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft2232_spi.c')
-rw-r--r--ft2232_spi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ft2232_spi.c b/ft2232_spi.c
index 15837d928..0962f1c10 100644
--- a/ft2232_spi.c
+++ b/ft2232_spi.c
@@ -14,8 +14,6 @@
* GNU General Public License for more details.
*/
-#if CONFIG_FT2232_SPI == 1
-
#include <stdio.h>
#include <strings.h>
#include <string.h>
@@ -599,4 +597,3 @@ const struct programmer_entry programmer_ft2232_spi = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-#endif