From 8bed718b50c3d193e79bb1edd762dbf4c4f2d459 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Mon, 13 Feb 2012 00:35:35 +0000 Subject: Support compilation for the ARM architecture (little-endian only) Note: The internal programmer will abort during processor check. This is intentional. The other hardware drivers (except those using port I/O) should work. Tested-by: Timo Juhani Lindfors Corresponding to flashrom svn r1492. Signed-off-by: David Hendricks Acked-by: David Hendricks Acked-by: Carl-Daniel Hailfinger --- arch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch.h') diff --git a/arch.h b/arch.h index 980fba6..f3f3b0d 100644 --- a/arch.h +++ b/arch.h @@ -27,5 +27,7 @@ #define __FLASHROM_ARCH__ "mips" #elif defined(__powerpc__) || defined(__powerpc64__) || defined(__ppc__) || defined(__ppc64__) #define __FLASHROM_ARCH__ "ppc" +#elif defined(__arm__) +#define __FLASHROM_ARCH__ "arm" #endif __FLASHROM_ARCH__ -- cgit v1.1