diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-19 12:04:45 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-19 12:04:45 +0100 |
commit | e7538fee991308c16f76f7eca2517089f2a30ff4 (patch) | |
tree | 13530e6f549f997d680eaaba087bdb32f68989b6 /arch/arm/imx-common | |
parent | 1feb6e3c9216a34885f24f0df4a02a30dfb35f19 (diff) | |
parent | da781c60e5d55904d77931fcb63f25e65e2228be (diff) | |
download | u-boot-imx-e7538fee991308c16f76f7eca2517089f2a30ff4.zip u-boot-imx-e7538fee991308c16f76f7eca2517089f2a30ff4.tar.gz u-boot-imx-e7538fee991308c16f76f7eca2517089f2a30ff4.tar.bz2 |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm/imx-common')
-rw-r--r-- | arch/arm/imx-common/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/imx-common/cpu.c b/arch/arm/imx-common/cpu.c index 9231649..a77c4de 100644 --- a/arch/arm/imx-common/cpu.c +++ b/arch/arm/imx-common/cpu.c @@ -106,6 +106,8 @@ const char *get_imx_type(u32 imxtype) switch (imxtype) { case MXC_CPU_MX6Q: return "6Q"; /* Quad-core version of the mx6 */ + case MXC_CPU_MX6D: + return "6D"; /* Dual-core version of the mx6 */ case MXC_CPU_MX6DL: return "6DL"; /* Dual Lite version of the mx6 */ case MXC_CPU_MX6SOLO: |