From: Lokesh Vutla <lokeshvutla@ti.com>
Date: Mon, 10 Feb 2020 05:09:17 +0000 (+0530)
Subject: arm: mach-k3: Fix nomenclature on Silicon Revisions
X-Git-Tag: v2025.01-rc5-pxa1908~2556^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=b9c268c90e32ac5a31fec71527ec365f14ac9c52;p=u-boot.git

arm: mach-k3: Fix nomenclature on Silicon Revisions

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>
---

diff --git a/arch/arm/mach-k3/common.c b/arch/arm/mach-k3/common.c
index 2f82edb970..7af60a7f2f 100644
--- a/arch/arm/mach-k3/common.c
+++ b/arch/arm/mach-k3/common.c
@@ -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";