diff options
Diffstat (limited to 'cpu/74xx_7xx/speed.c')
| -rw-r--r-- | cpu/74xx_7xx/speed.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/74xx_7xx/speed.c b/cpu/74xx_7xx/speed.c index d8c40cea0..bc33a67be 100644 --- a/cpu/74xx_7xx/speed.c +++ b/cpu/74xx_7xx/speed.c @@ -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 |