global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[pandora-u-boot.git] / arch / m68k / cpu / mcf532x / speed.c
index dac2229..32ffac0 100644 (file)
@@ -252,7 +252,7 @@ int clock_pll(int fsys, int flags)
 /* get_clocks() fills in gd->cpu_clock and gd->bus_clk */
 int get_clocks(void)
 {
-       gd->bus_clk = clock_pll(CONFIG_SYS_CLK / 1000, 0) * 1000;
+       gd->bus_clk = clock_pll(CFG_SYS_CLK / 1000, 0) * 1000;
        gd->cpu_clk = (gd->bus_clk * 3);
 
 #ifdef CONFIG_SYS_I2C_FSL