diff options
author | Peng Fan | 2018-11-20 10:19:22 +0000 |
---|---|---|
committer | Stefano Babic | 2019-01-01 14:12:18 +0100 |
commit | 14d4a3d2aa675fae715e633a1718992e51b632fa (patch) | |
tree | 0be1b6815d1da56c821c7da1e3743bf63d3d2ec0 /arch | |
parent | 5041d1e3b213c818183aac0e09b1c59791fde419 (diff) |
imx: introduce is_imx8mq helper
Introduce is_imx8mq header macro
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/mach-imx/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h b/arch/arm/include/asm/mach-imx/sys_proto.h index f8890b57da0..e3dd5f50641 100644 --- a/arch/arm/include/asm/mach-imx/sys_proto.h +++ b/arch/arm/include/asm/mach-imx/sys_proto.h @@ -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 |