diff mbox

arm: mx23: add machine_is_stmp_378x()

Message ID 1318255873-17370-1-git-send-email-w.sang@pengutronix.de
State New
Headers show

Commit Message

Wolfram Sang Oct. 10, 2011, 2:11 p.m. UTC
Adding this line was forgotten when converting mach-stmp378x to
mach-mxs.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
 arch/arm/mach-mxs/include/mach/mxs.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Uwe Kleine-König Oct. 11, 2011, 8:06 a.m. UTC | #1
On Mon, Oct 10, 2011 at 04:11:13PM +0200, Wolfram Sang wrote:
> Adding this line was forgotten when converting mach-stmp378x to
> mach-mxs.
> 
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
IMHO the Subject is misleading. What about:

	ARM: mxs: recognise stmp378x as mx23

?

Best regards
Uwe
diff mbox

Patch

diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h
index 35a89dd..1332f73 100644
--- a/arch/arm/mach-mxs/include/mach/mxs.h
+++ b/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() ||					\