aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <jason.chen@linaro.org>2011-12-05 18:46:05 +0800
committerJason Chen <jason.chen@linaro.org>2011-12-06 12:46:21 +0800
commite18312782b8183fc8109c4a8554291afee73ee63 (patch)
treee0a2ff88ce6b50cf4b4fb4dec0bf5ce3abf316bb
parent200f1969367a4e0d4a0e75cc035aff1d0b7dc52c (diff)
mxc.h: add dummy cpu_is_mx37()
Signed-off-by: Jason Chen <jason.chen@linaro.org>
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h
index eb49d7114ca..a74b87db893 100644
--- a/arch/arm/plat-mxc/include/mach/mxc.h
+++ b/arch/arm/plat-mxc/include/mach/mxc.h
@@ -192,6 +192,7 @@ extern unsigned int __mxc_cpu_type;
# define cpu_is_mx53() (0)
#endif
+#define cpu_is_mx37() (0)
#define cpu_is_mx6q() (0)
#ifndef __ASSEMBLY__