diff options
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/mx6-pins.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/mx6-pins.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/mx6-pins.h b/arch/arm/include/asm/arch-mx6/mx6-pins.h index 63f485666..ce865a6b8 100644 --- a/arch/arm/include/asm/arch-mx6/mx6-pins.h +++ b/arch/arm/include/asm/arch-mx6/mx6-pins.h @@ -24,7 +24,11 @@  #if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)  #include "mx6dl_pins.h"  #else +#if defined(CONFIG_MX6SL) +#include "mx6sl_pins.h" +#else  #error "Please select cpu" +#endif	/* CONFIG_MX6SL */  #endif	/* CONFIG_MX6DL or CONFIG_MX6S */  #endif	/* CONFIG_MX6Q */ |