projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51db460
)
imx-common: introduce is_mx6ull
author
Peng Fan
<van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:40 +0000
(14:02 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 4 Oct 2016 13:41:00 +0000
(15:41 +0200)
Introduce is_mx6ull macro.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/imx-common/sys_proto.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/imx-common/sys_proto.h
b/arch/arm/include/asm/imx-common/sys_proto.h
index 32f95b33c228fcde617f85366b4f16350c893534..6ace8bb512d768226f68a2303c9cb2ddccc46c5a 100644
(file)
--- 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);