]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/imx-common/cpu.c
mx7: Distinguish between dual and solo versions
[people/ms/u-boot.git] / arch / arm / imx-common / cpu.c
index 656bb60bbe203e7fffa2d4c8536fc9d4069f7bb5..5fb3ed840f8dd933637ef5cb9ca17b7341e2e949 100644 (file)
@@ -137,6 +137,8 @@ unsigned imx_ddr_size(void)
 const char *get_imx_type(u32 imxtype)
 {
        switch (imxtype) {
+       case MXC_CPU_MX7S:
+               return "7SOLO"; /* Single-core version of the mx7 */
        case MXC_CPU_MX7D:
                return "7D";    /* Dual-core version of the mx7 */
        case MXC_CPU_MX6QP: