]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf523x/speed.c
arm: Move cpu/$CPU to arch/arm/cpu/$CPU
[u-boot] / cpu / mcf523x / speed.c
index 1bda2d482e6572695df033dbe33a206276fe9dd7..6096ba41444c410400be753aca3628bc2a955a8b 100644 (file)
@@ -42,7 +42,7 @@ int get_clocks(void)
 
        while (!(pll->synsr & PLL_SYNSR_LOCK));
 
-       gd->bus_clk = CFG_CLK;
+       gd->bus_clk = CONFIG_SYS_CLK;
        gd->cpu_clk = (gd->bus_clk * 2);
 
 #ifdef CONFIG_FSL_I2C