From 032f514fe9b4683354710bbdcd9aa8461c3dd9bb Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Fri, 23 Nov 2012 13:18:55 +0400 Subject: [PATCH] RT81519. m2s: Update the machine type ID for SmartFusion2 --- include/asm-arm/mach-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-arm/mach-types.h b/include/asm-arm/mach-types.h index 6bcdd4c..378569e 100644 --- a/include/asm-arm/mach-types.h +++ b/include/asm-arm/mach-types.h @@ -2704,7 +2704,7 @@ extern unsigned int __machine_arch_type; #define MACH_TYPE_LPC178X 3855 #define MACH_TYPE_KINETIS 3896 #define MACH_TYPE_LPC18XX 4152 -#define MACH_TYPE_M2S 9999 +#define MACH_TYPE_M2S 4446 #ifdef CONFIG_ARCH_EBSA110 # ifdef machine_arch_type -- GitLab