summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-imx
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-09-02 13:54:12 -0500
committerStefano Babic <sbabic@denx.de>2015-09-13 10:11:52 +0200
commit15c52b3ddd1e46743f5fb604f0cbcae144237ed5 (patch)
tree2cab6814a27387cdb219a0958f826da6f572f01f /arch/arm/include/asm/arch-imx
parent922f735ecf0de23eb0e01c208f5b422f39f6aed9 (diff)
downloadtalos-obmc-uboot-15c52b3ddd1e46743f5fb604f0cbcae144237ed5.tar.gz
talos-obmc-uboot-15c52b3ddd1e46743f5fb604f0cbcae144237ed5.zip
imx: arch-mx6: add is_soc_type helper macro
Add helper macro is_soc_type to identify iMX SoC family Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx')
-rw-r--r--arch/arm/include/asm/arch-imx/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index 1c8d24e576..416905ad06 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -23,6 +23,8 @@
#define MXC_CPU_MX6QP 0x69
#define MXC_CPU_VF610 0xF6 /* dummy ID */
+#define MXC_SOC_MX6 0x60
+
#define CS0_128 0
#define CS0_64M_CS1_64M 1
#define CS0_64M_CS1_32M_CS2_32M 2
OpenPOWER on IntegriCloud