mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue