Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@
*/
#define cpu_is_mx23() ( \
machine_is_mx23evk() || \
machine_is_stmp378x() || \
0)
#define cpu_is_mx28() ( \
machine_is_mx28evk() || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment