aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-09-14 16:38:00 +0800
committerEric Miao <eric.miao@linaro.org>2011-10-21 11:10:31 +0800
commit0b76f8ae1e6ecb12b48ef546b234db9972103c4b (patch)
treefbd2fe6507868fabf6635ed70b6b9eda5bb36fe3
parent501f3d2c7a23035b786b912de1ab021093d0ec7a (diff)
add dummy cpu_is_mx6q support.
Signed-off-by: Jason Chen <b02280@freescale.com>
-rw-r--r--arch/arm/plat-mxc/include/mach/mxc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h
index 8b564f88efd..4bf891f4731 100644
--- a/arch/arm/plat-mxc/include/mach/mxc.h
+++ b/arch/arm/plat-mxc/include/mach/mxc.h
@@ -192,6 +192,8 @@ extern unsigned int __mxc_cpu_type;
# define cpu_is_mx53() (0)
#endif
+#define cpu_is_mx6q() (0)
+
#ifndef __ASSEMBLY__
struct cpu_op {