]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/imx-common/cpu.c
mx6: Distinguish mx6dual from mx6quad
[karo-tx-uboot.git] / arch / arm / imx-common / cpu.c
index 92316494099558f3b5649d47beba3a21946d3194..a77c4decc960eb2b08767af005d69881d58cb41f 100644 (file)
@@ -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: