diff options
Diffstat (limited to 'arch/m68k/cpu/mcf5445x/speed.c')
| -rw-r--r-- | arch/m68k/cpu/mcf5445x/speed.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/m68k/cpu/mcf5445x/speed.c b/arch/m68k/cpu/mcf5445x/speed.c index 594716b6c..07a9b359b 100644 --- a/arch/m68k/cpu/mcf5445x/speed.c +++ b/arch/m68k/cpu/mcf5445x/speed.c @@ -257,7 +257,7 @@ void setup_5445x_clocks(void)  #endif  	} -#ifdef CONFIG_FSL_I2C +#ifdef CONFIG_SYS_I2C_FSL  	gd->arch.i2c1_clk = gd->bus_clk;  #endif  } @@ -273,7 +273,7 @@ int get_clocks(void)  	setup_5445x_clocks();  #endif -#ifdef CONFIG_FSL_I2C +#ifdef CONFIG_SYS_FSL_I2C  	gd->arch.i2c1_clk = gd->bus_clk;  #endif |