Browse Source

arm: mx23: recognise stmp378x as mx23

Adding the machine_is_* line was forgotten when converting mach-stmp378x to
mach-mxs.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Cc: stable@kernel.org
Wolfram Sang 13 years ago
parent
commit
11357be924
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-mxs/include/mach/mxs.h

+ 1 - 0
arch/arm/mach-mxs/include/mach/mxs.h

@@ -30,6 +30,7 @@
  */
 #define cpu_is_mx23()		(					\
 		machine_is_mx23evk() ||					\
+		machine_is_stmp378x() ||				\
 		0)
 #define cpu_is_mx28()		(					\
 		machine_is_mx28evk() ||					\