projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766d178
)
arm: mach-k3: Fix nomenclature on Silicon Revisions
author
Lokesh Vutla
<lokeshvutla@ti.com>
Mon, 10 Feb 2020 05:09:17 +0000
(10:39 +0530)
committer
Lokesh 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-k3/common.c
b/arch/arm/mach-k3/common.c
index 2f82edb970c88b19bcd4cc6d5ac165b5ef312d84..7af60a7f2f8294f83ddd60f2119b3065cd71d65d 100644
(file)
--- 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";