projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f8cda
)
powerpc/mpc85xx: Report FMAN # to match user manual
author
Emil Medve
<Emilian.Medve@freescale.com>
Thu, 17 Jun 2010 05:08:29 +0000
(
00:08
-0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Tue, 20 Jul 2010 09:41:18 +0000
(
04:41
-0500)
The user manual refers to FMAN1 and FMAN2 not 0 and 1.
Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/cpu.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/cpu/mpc85xx/cpu.c
b/arch/powerpc/cpu/mpc85xx/cpu.c
index fe2b52d8607601b1d6add4a0b9d0881511551ca5..f15d43c38c79c723ac6c97c13cd0214d9f6a7514 100644
(file)
--- a/
arch/powerpc/cpu/mpc85xx/cpu.c
+++ b/
arch/powerpc/cpu/mpc85xx/cpu.c
@@
-179,7
+179,7
@@
int checkcpu (void)
#ifdef CONFIG_SYS_DPAA_FMAN
for (i = 0; i < CONFIG_SYS_NUM_FMAN; i++) {
- printf(" FMAN%d: %s MHz\n", i,
+ printf(" FMAN%d: %s MHz\n", i
+ 1
,
strmhz(buf1, sysinfo.freqFMan[i]));
}
#endif