]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/mpc8xx/serial.c
Cleanup: fix "MHz" spelling
[people/ms/u-boot.git] / cpu / mpc8xx / serial.c
index cae90ddaf532cd398ccf780ea96c43908c0b0e4c..bd90dcd3b0f46abe510f04ba9378502b338bfa28 100644 (file)
@@ -70,7 +70,7 @@ static void serial_setdivisor(volatile cpm8xx_t *cp)
        int divisor=(gd->cpu_clk + 8*gd->baudrate)/16/gd->baudrate;
 
        if(divisor/16>0x1000) {
-               /* bad divisor, assume 50Mhz clock and 9600 baud */
+               /* bad divisor, assume 50MHz clock and 9600 baud */
                divisor=(50*1000*1000 + 8*9600)/16/9600;
        }