Skip to content

Commit

Permalink
arm: mx23: recognise stmp378x as mx23
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Wolfram Sang authored and Shawn Guo committed Dec 2, 2011
1 parent 8d2d2d1 commit 11357be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-mxs/include/mach/mxs.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \
Expand Down

0 comments on commit 11357be

Please sign in to comment.