summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2016-08-11 14:02:40 +0800
committerStefano Babic <[email protected]>2016-10-04 15:41:00 +0200
commitbbd1b07d30548b6829d7bc96a994134fde8e9cb4 (patch)
tree7dbd8aad7122bc2227fb82d6986960c3712a0c19
parent51db46035cd72b611d2decca25d660a297965ab6 (diff)
imx-common: introduce is_mx6ull
Introduce is_mx6ull macro. Signed-off-by: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]>
-rw-r--r--arch/arm/include/asm/imx-common/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/imx-common/sys_proto.h b/arch/arm/include/asm/imx-common/sys_proto.h
index 32f95b33c22..6ace8bb512d 100644
--- a/arch/arm/include/asm/imx-common/sys_proto.h
+++ b/arch/arm/include/asm/imx-common/sys_proto.h
@@ -33,6 +33,7 @@
#define is_mx6sx() (is_cpu_type(MXC_CPU_MX6SX))
#define is_mx6sl() (is_cpu_type(MXC_CPU_MX6SL))
#define is_mx6ul() (is_cpu_type(MXC_CPU_MX6UL))
+#define is_mx6ull() (is_cpu_type(MXC_CPU_MX6ULL))
u32 get_nr_cpus(void);
u32 get_cpu_rev(void);