flashrom: Add support for ARC platform

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Change-Id: I88cbe74b716d5fab16133fbf2ce9c35b74c25f32
Reviewed-on: https://review.coreboot.org/c/flashrom/+/35831
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/hwaccess.h b/hwaccess.h
index af7054b..5602c15 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -291,6 +291,10 @@
 
 /* Non memory mapped I/O is not supported on ARM. */
 
+#elif IS_ARC
+
+/* Non memory mapped I/O is not supported on ARC. */
+
 #else
 
 #error Unknown architecture, please check if it supports PCI port IO.