From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 11 Aug 2016 14:02:40 +0800 Subject: [U-Boot] [PATCH 04/21] imx-common: introduce is_mx6ull In-Reply-To: <1470895377-2502-1-git-send-email-peng.fan@nxp.com> References: <1470895377-2502-1-git-send-email-peng.fan@nxp.com> Message-ID: <1470895377-2502-5-git-send-email-peng.fan@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Introduce is_mx6ull macro. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/include/asm/imx-common/sys_proto.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.6.2