summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-24 17:40:58 -0300
committerStefano Babic <sbabic@denx.de>2014-07-10 15:29:16 +0200
commit05d54b827fa84b7834fc39c9ff7bb77cce829beb (patch)
tree90f716f445653def78135d210255fbf523ce15e7 /arch/arm/include/asm/arch-imx
parente153333eeb50021fb3a730a3216c1968e7710999 (diff)
downloadu-boot-imx-05d54b827fa84b7834fc39c9ff7bb77cce829beb.zip
u-boot-imx-05d54b827fa84b7834fc39c9ff7bb77cce829beb.tar.gz
u-boot-imx-05d54b827fa84b7834fc39c9ff7bb77cce829beb.tar.bz2
mx6: Add support for the mx6solox variant
mx6solox is the newest member of the mx6 family. Some of the new features on this variants are: - Cortex M4 microcontroller (besides the CortexA9) - Dual Gigabit Ethernet Add the initial support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx')
-rw-r--r--arch/arm/include/asm/arch-imx/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index a35940e..a3cc96f 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -8,6 +8,7 @@
#define MXC_CPU_MX53 0x53
#define MXC_CPU_MX6SL 0x60
#define MXC_CPU_MX6DL 0x61
-#define MXC_CPU_MX6SOLO 0x62
+#define MXC_CPU_MX6SX 0x62
#define MXC_CPU_MX6Q 0x63
#define MXC_CPU_MX6D 0x64
+#define MXC_CPU_MX6SOLO 0x65 /* dummy ID */