X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Fm68k%2Fcpu%2Fmcf547x_8x%2Fspeed.c;h=2bc4c44247f7618dc63cd4b49677aee6f6ef5707;hp=f516b10a1322739c54f64518cb6f325f5043bd3d;hb=c2120fbfbc4d1f6953228f86be8bdbf38bacfdab;hpb=e85427fd66a21b39145a47e67871a8863c0e5591 diff --git a/arch/m68k/cpu/mcf547x_8x/speed.c b/arch/m68k/cpu/mcf547x_8x/speed.c index f516b10a13..2bc4c44247 100644 --- a/arch/m68k/cpu/mcf547x_8x/speed.c +++ b/arch/m68k/cpu/mcf547x_8x/speed.c @@ -24,7 +24,7 @@ int get_clocks(void) gd->bus_clk = CONFIG_SYS_CLK; gd->cpu_clk = (gd->bus_clk * 2); -#ifdef CONFIG_FSL_I2C +#ifdef CONFIG_SYS_I2C_FSL gd->arch.i2c1_clk = gd->bus_clk; #endif