dect
/
linux-2.6
Archived
13
0
Fork 0

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
This commit is contained in:
Wolfram Sang 2011-11-26 11:39:14 +01:00 committed by Shawn Guo
parent 8d2d2d1d7e
commit 11357be924
1 changed files with 1 additions and 0 deletions

View File

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