]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/imx-common/cpu.c
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / imx-common / cpu.c
index a33aa16487f2b6d2bdec8bc1fbdf6f5c6d505312..632facabd70cd94bff98ea46fbb9eb731e63b114 100644 (file)
@@ -159,6 +159,8 @@ const char *get_imx_type(u32 imxtype)
                return "6SX";   /* SoloX version of the mx6 */
        case MXC_CPU_MX6UL:
                return "6UL";   /* Ultra-Lite version of the mx6 */
+       case MXC_CPU_MX6ULL:
+               return "6ULL";  /* ULL version of the mx6 */
        case MXC_CPU_MX51:
                return "51";
        case MXC_CPU_MX53: