X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fppc4xx%2Fspeed.c;h=ed6e55b698c6ab10235c0b1470109e687a094070;hb=33211469f7d7e2afacf103cc55790f734572f7a6;hp=d21bd82dc6f43abf0bcbe0d68dda90131cb979da;hpb=9939ffd5fbf1f5aff4d8172531d4fc33797c62c8;p=oweals%2Fu-boot.git diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index d21bd82dc6..ed6e55b698 100644 --- a/cpu/ppc4xx/speed.c +++ b/cpu/ppc4xx/speed.c @@ -148,7 +148,7 @@ void get_sys_info (PPC4xx_SYS_INFO * sysInfo) * is equal to the 405GP SYS_CLK_FREQ. If not in bypass mode, check VCO * to make sure it is within the proper range. * spec: VCO = SYS_CLOCK x FBKDIV x PLBDIV x FWDDIV - * Note freqVCO is calculated in Mhz to avoid errors introduced by rounding. + * Note freqVCO is calculated in MHz to avoid errors introduced by rounding. */ if (sysInfo->pllFwdDiv == 1) { sysInfo->freqProcessor = CONFIG_SYS_CLK_FREQ;