summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2016-08-11 06:02:40 (GMT)
committerStefano Babic <sbabic@denx.de>2016-10-04 13:41:00 (GMT)
commitbbd1b07d30548b6829d7bc96a994134fde8e9cb4 (patch)
tree7dbd8aad7122bc2227fb82d6986960c3712a0c19
parent51db46035cd72b611d2decca25d660a297965ab6 (diff)
downloadu-boot-fsl-qoriq-bbd1b07d30548b6829d7bc96a994134fde8e9cb4.tar.xz
imx-common: introduce is_mx6ull
Introduce is_mx6ull macro. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
-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 32f95b3..6ace8bb 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);