From b286da7ffc0dd978bb6efe4530c3e904b57c4aca 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. Corresponding to flashrom svn r1492. Signed-off-by: David Hendricks Acked-by: David Hendricks Tested-by: Timo Juhani Lindfors 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 980fba675..f3f3b0d97 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.2.3