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:
27df54b
)
armv8/fsl-lsch3: Fix DDR speed message
author
York Sun
<yorksun at freescale.com>
Thu, 28 May 2015 09:24:05 +0000
(14:54 +0530)
committer
York Sun
<yorksun@freescale.com>
Mon, 20 Jul 2015 18:44:34 +0000
(11:44 -0700)
DDR speed should be in MT/s, not MHz.
Signed-off-by: York Sun <yorksun at freescale.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com>
arch/arm/cpu/armv8/fsl-lsch3/cpu.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/fsl-lsch3/cpu.c
b/arch/arm/cpu/armv8/fsl-lsch3/cpu.c
index
6714577
..
19c3995
100644
(file)
--- a/
arch/arm/cpu/armv8/fsl-lsch3/cpu.c
+++ b/
arch/arm/cpu/armv8/fsl-lsch3/cpu.c
@@
-394,8
+394,8
@@
int print_cpuinfo(void)
}
printf("\n Bus: %-4s MHz ",
strmhz(buf, sysinfo.freq_systembus));
- printf("DDR: %-4s M
Hz
", strmhz(buf, sysinfo.freq_ddrbus));
- printf(" DP-DDR: %-4s M
Hz
", strmhz(buf, sysinfo.freq_ddrbus2));
+ printf("DDR: %-4s M
T/s
", strmhz(buf, sysinfo.freq_ddrbus));
+ printf(" DP-DDR: %-4s M
T/s
", strmhz(buf, sysinfo.freq_ddrbus2));
puts("\n");
/* Display the RCW, so that no one gets confused as to what RCW