summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6/mx6-ddr.h
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-mx6/mx6-ddr.h
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-mx6/mx6-ddr.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/mx6-ddr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/mx6-ddr.h b/arch/arm/include/asm/arch-mx6/mx6-ddr.h
index d544d2e..5ebabfa 100644
--- a/arch/arm/include/asm/arch-mx6/mx6-ddr.h
+++ b/arch/arm/include/asm/arch-mx6/mx6-ddr.h
@@ -13,7 +13,11 @@
#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)
#include "mx6dl-ddr.h"
#else
+#ifdef CONFIG_MX6SX
+#include "mx6sx-ddr.h"
+#else
#error "Please select cpu"
+#endif /* CONFIG_MX6SX */
#endif /* CONFIG_MX6DL or CONFIG_MX6S */
#endif /* CONFIG_MX6Q */
#else