rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / cpu / 74xx_7xx / speed.c
index d8c40ce..bc33a67 100644 (file)
@@ -127,8 +127,8 @@ int get_clocks (void)
 {
        ulong clock = 0;
 
-#ifdef CFG_BUS_CLK
-       gd->bus_clk = CFG_BUS_CLK;      /* bus clock is a fixed frequency */
+#ifdef CONFIG_SYS_BUS_CLK
+       gd->bus_clk = CONFIG_SYS_BUS_CLK;       /* bus clock is a fixed frequency */
 #else
        gd->bus_clk = get_board_bus_clk ();     /* bus clock is configurable */
 #endif