diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-11-26 11:39:14 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-02 13:27:22 +0800 |
commit | 11357be9246c7d1acf9b37ad54a18b29bbb734be (patch) | |
tree | 757f71eaf1d9174f427720483f7fbb9866747b82 /arch/arm/mach-mxs/include | |
parent | 8d2d2d1d7e96f12d9fe140169fb39ef9fd27b7c1 (diff) | |
download | blackbird-obmc-linux-11357be9246c7d1acf9b37ad54a18b29bbb734be.tar.gz blackbird-obmc-linux-11357be9246c7d1acf9b37ad54a18b29bbb734be.zip |
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
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r-- | arch/arm/mach-mxs/include/mach/mxs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/include/mach/mxs.h b/arch/arm/mach-mxs/include/mach/mxs.h index 0d2d2b470998..bde5f6634747 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() || \ |