From 891ef801ec04a168a9a8ba510a6fbc0be797b359 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 14 Sep 2011 16:38:00 +0800 Subject: add dummy cpu_is_mx6q support. Signed-off-by: Jason Chen --- arch/arm/plat-mxc/include/mach/mxc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index 46e872783c9..7a76a7e8843 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 { -- cgit v1.2.3