arm: mach-k3: Fix nomenclature on Silicon Revisions
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 10 Feb 2020 05:09:17 +0000 (10:39 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 13 Feb 2020 16:09:18 +0000 (21:39 +0530)
Data manual mentions the new silicon revisions as SR instead of PG. Use
the same nomenclature inside U-Boot as well.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-k3/common.c

index 2f82edb970c88b19bcd4cc6d5ac165b5ef312d84..7af60a7f2f8294f83ddd60f2119b3065cd71d65d 100644 (file)
@@ -218,7 +218,7 @@ int print_cpuinfo(void)
                name = "Unknown Silicon";
        };
 
-       printf("%s PG ", name);
+       printf("%s SR ", name);
        switch (rev) {
        case REV_PG1_0:
                name = "1.0";