cpu: imx8: show RevC instead of Rev? at boot log
[oweals/u-boot.git] / drivers / cpu / imx8_cpu.c
index 85ba7b7df2c26fa79d7cff58cdcb4230d002a5f8..95c14c98d861172da766f3a2939df274eb71a95e 100644 (file)
@@ -43,6 +43,8 @@ const char *get_imx8_rev(u32 rev)
                return "A";
        case CHIP_REV_B:
                return "B";
+       case CHIP_REV_C:
+               return "C";
        default:
                return "?";
        }