]> git.sur5r.net Git - u-boot/blobdiff - board/mpc8540eval/mpc8540eval.c
Blackfin: bf561-ezkit: drop redundant code
[u-boot] / board / mpc8540eval / mpc8540eval.c
index 9b564b8924745a5b9fcba79449d1d36e66e4c967..fa0a33686664e91b47ef126234b42eef62a078d5 100644 (file)
@@ -100,7 +100,7 @@ phys_size_t initdram (int board_type)
 
 #if !defined(CONFIG_RAM_AS_FLASH) /* LocalBus is not emulating flash */
        get_sys_info(&sysinfo);
-       /* if localbus freq is less than 66Mhz,we use bypass mode,otherwise use DLL */
+       /* if localbus freq is less than 66MHz,we use bypass mode,otherwise use DLL */
        if(sysinfo.freqSystemBus/(CONFIG_SYS_LBC_LCRR & 0x0f) < 66000000) {
                lbc->lcrr = (CONFIG_SYS_LBC_LCRR & 0x0fffffff)| 0x80000000;
        } else {