mpc83xx: add support for more system clock performance controls
[oweals/u-boot.git] / cpu / mpc512x / cpu_init.c
index 566e08b0ddd5869df72a0730838242dd4795df17..d6949f6bba0ba99a7f61656ba2516f1ce618027a 100644 (file)
@@ -76,7 +76,7 @@ void cpu_init_f (volatile immap_t * im)
         *
         * NOTICE: TB needs to be enabled as early as possible in order to
         * have udelay() working; if not enabled, usually leads to a hang, like
-        * during FLASH chip identification etc. 
+        * during FLASH chip identification etc.
         */
        im->sysconf.spcr |= SPCR_TBEN;
 }