]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/speed.c
* Code cleanup:
[people/ms/u-boot.git] / cpu / ppc4xx / speed.c
index fdefbb6877a73bccdde167bdab000857b8554ccb..72632274a0b27eee6765b4f68a6cf3e12ddca6e9 100644 (file)
@@ -232,7 +232,7 @@ void get_sys_info (sys_info_t * sysInfo)
        sysInfo->freqProcessor = sysInfo->freqVCOMhz/sysInfo->pllFwdDivA;
        sysInfo->freqPLB = sysInfo->freqVCOMhz/sysInfo->pllFwdDivB;
     if( get_pvr() == PVR_440GP_RB ) /* Rev B divs an extra 2 -- geez! */
-        sysInfo->freqPLB >>= 1;
+       sysInfo->freqPLB >>= 1;
        sysInfo->freqOPB = sysInfo->freqPLB/sysInfo->pllOpbDiv;
        sysInfo->freqEPB = sysInfo->freqOPB/sysInfo->pllExtBusDiv;