Skip to content
Snippets Groups Projects
Commit bbd1b07d authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx-common: introduce is_mx6ull


Introduce is_mx6ull macro.

Signed-off-by: Peng Fan's avatarPeng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
parent 51db4603
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment