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:
parent
766d1781c7
commit
b9c268c90e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user