imx: introduce is_imx8mq helper
Introduce is_imx8mq header macro Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
5041d1e3b2
commit
14d4a3d2aa
@ -42,6 +42,7 @@
|
||||
|
||||
#define is_mx7ulp() (is_cpu_type(MXC_CPU_MX7ULP))
|
||||
|
||||
#define is_imx8mq() (is_cpu_type(MXC_CPU_IMX8MQ))
|
||||
#define is_imx8qxp() (is_cpu_type(MXC_CPU_IMX8QXP))
|
||||
|
||||
#ifdef CONFIG_MX6
|
||||
|
Loading…
Reference in New Issue
Block a user