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>
This commit is contained in:
Lokesh Vutla 2020-02-10 10:39:17 +05:30
parent 766d1781c7
commit b9c268c90e

View 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";