From dedfb0b085e54f284d86d632974ab43e699a4efd Mon Sep 17 00:00:00 2001 From: Robby Cai Date: Sun, 12 Aug 2012 21:58:48 +0800 Subject: ENGR00220161: imx6sl: Add MX6SL EVK Support Add mx6sl evk board support - copied from ARM2 board support - added a new board revision - removed unused boot device detection Signed-off-by: Robby Cai --- include/asm-arm/mach-types.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/asm-arm') diff --git a/include/asm-arm/mach-types.h b/include/asm-arm/mach-types.h index 64ffb5a5f46..2630bacc6a8 100644 --- a/include/asm-arm/mach-types.h +++ b/include/asm-arm/mach-types.h @@ -3259,6 +3259,7 @@ extern unsigned int __machine_arch_type; #define MACH_TYPE_MX6Q_ARM2 3837 #define MACH_TYPE_MX6Q_SABRESD 3980 #define MACH_TYPE_MX6SL_ARM2 4091 +#define MACH_TYPE_MX6SL_EVK 4307 #ifdef CONFIG_ARCH_EBSA110 # ifdef machine_arch_type @@ -42200,6 +42201,18 @@ extern unsigned int __machine_arch_type; # define machine_is_mx6q_sabresd() (0) #endif +#ifdef CONFIG_MACH_MX6SL_EVK +# ifdef machine_arch_type +# undef machine_arch_type +# define machine_arch_type __machine_arch_type +# else +# define machine_arch_type MACH_TYPE_MX6SL_EVK +# endif +# define machine_is_mx6sl_evk() (machine_arch_type == MACH_TYPE_MX6SL_EVK) +#else +# define machine_is_mx6sl_evk() (0) +#endif + /* * These have not yet been registered */ -- cgit v1.2.3