]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/omap1510_i2c.c
ARM: omap3: Set SPL stack size to 8KB, image to 54KB.
[karo-tx-uboot.git] / drivers / i2c / omap1510_i2c.c
index a4e6227c5d8db8377951257d006808575b3d880f..f91ee8884a2b814552c8e15f12dc3e212ef2a214 100644 (file)
@@ -32,7 +32,7 @@ void i2c_init (int speed, int slaveadd)
                udelay (5000);
        }
 
-       /* 12Mhz I2C module clock */
+       /* 12MHz I2C module clock */
        outw (0, I2C_PSC);
        outw (I2C_CON_EN, I2C_CON);
        outw (0, I2C_SYSTEST);