]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/imx-common/cpu.c
mx6: Add support for the mx6solox variant
[karo-tx-uboot.git] / arch / arm / imx-common / cpu.c
index 5a09107c5ab3228441a7cd5de8aa7f375a4d3e6d..7bb0e83a173afcc9c9921c3f24a228275a3bfdd8 100644 (file)
@@ -112,6 +112,8 @@ const char *get_imx_type(u32 imxtype)
                return "6SOLO"; /* Solo version of the mx6 */
        case MXC_CPU_MX6SL:
                return "6SL";   /* Solo-Lite version of the mx6 */
+       case MXC_CPU_MX6SX:
+               return "6SX";   /* SoloX version of the mx6 */
        case MXC_CPU_MX51:
                return "51";
        case MXC_CPU_MX53: