summaryrefslogtreecommitdiffstats
path: root/satamv.c
diff options
context:
space:
mode:
Diffstat (limited to 'satamv.c')
-rw-r--r--satamv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/satamv.c b/satamv.c
index 32ac11a32..cdd2f2754 100644
--- a/satamv.c
+++ b/satamv.c
@@ -15,7 +15,6 @@
*/
/* Datasheets are not public (yet?) */
-#if defined(__i386__) || defined(__x86_64__)
#include <stdlib.h>
#include "flash.h"
@@ -191,7 +190,3 @@ const struct programmer_entry programmer_satamv = {
.unmap_flash_region = fallback_unmap,
.delay = internal_delay,
};
-
-#else
-#error PCI port I/O access is not supported on this architecture yet.
-#endif