mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
powerpc/mpc85xx: Report FMAN # to match user manual
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>
This commit is contained in:
parent
85f8cda3c2
commit
7eda1f8eed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue