]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/imx-common/cpu.c
imx: add i.MX 6SLL CPU type
[people/ms/u-boot.git] / arch / arm / imx-common / cpu.c
index 632facabd70cd94bff98ea46fbb9eb731e63b114..40fe813d290b45e08805a19bf0c9dc3b7b35d35d 100644 (file)
@@ -155,6 +155,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_MX6SLL:
+               return "6SLL";  /* SLL version of the mx6 */
        case MXC_CPU_MX6SX:
                return "6SX";   /* SoloX version of the mx6 */
        case MXC_CPU_MX6UL: