Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11357be9 authored by Wolfram Sang's avatar Wolfram Sang Committed by Shawn Guo
Browse files

arm: mx23: recognise stmp378x as mx23



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

Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Cc: stable@kernel.org
parent 8d2d2d1d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
 */
#define cpu_is_mx23()		(					\
		machine_is_mx23evk() ||					\
		machine_is_stmp378x() ||				\
		0)
#define cpu_is_mx28()		(					\
		machine_is_mx28evk() ||					\