]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/imx-common/cpu.c
Merge git://git.denx.de/u-boot-pxa
[u-boot] / arch / arm / imx-common / cpu.c
index 096d22ea45c725e2a3409480829d852ad4df591d..e27546c906dc6e0251e0d9a7588de6241657ba0f 100644 (file)
@@ -138,6 +138,8 @@ const char *get_imx_type(u32 imxtype)
                return "6SL";   /* Solo-Lite version of the mx6 */
        case MXC_CPU_MX6SX:
                return "6SX";   /* SoloX version of the mx6 */
+       case MXC_CPU_MX6UL:
+               return "6UL";   /* Ultra-Lite version of the mx6 */
        case MXC_CPU_MX51:
                return "51";
        case MXC_CPU_MX53: