summaryrefslogtreecommitdiffstats
path: root/usbblaster_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'usbblaster_spi.c')
-rw-r--r--usbblaster_spi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usbblaster_spi.c b/usbblaster_spi.c
index bd4b1c920..8957df87b 100644
--- a/usbblaster_spi.c
+++ b/usbblaster_spi.c
@@ -30,8 +30,6 @@
* See also the USB-Blaster Download Cable User Guide: http://www.altera.com/literature/ug/ug_usb_blstr.pdf
*/
-#if CONFIG_USBBLASTER_SPI == 1
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -237,5 +235,3 @@ const struct programmer_entry programmer_usbblaster_spi = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-
-#endif