Skip to content
Snippets Groups Projects
Commit 7eda1f8e authored by Emil Medve's avatar Emil Medve Committed by Kumar Gala
Browse files

powerpc/mpc85xx: Report FMAN # to match user manual


The user manual refers to FMAN1 and FMAN2 not 0 and 1.

Signed-off-by: default avatarEmil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 85f8cda3
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ int checkcpu (void) ...@@ -179,7 +179,7 @@ int checkcpu (void)
#ifdef CONFIG_SYS_DPAA_FMAN #ifdef CONFIG_SYS_DPAA_FMAN
for (i = 0; i < CONFIG_SYS_NUM_FMAN; i++) { 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])); strmhz(buf1, sysinfo.freqFMan[i]));
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment