]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/cpu/mcf523x/speed.c
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[karo-tx-uboot.git] / arch / m68k / cpu / mcf523x / speed.c
index 5abd77149f4cebb97ace9ffb0170a810f271b60d..a4aa05b3fa8a4846ff5a8d98e92dd1e0b2e214ef 100644 (file)
@@ -31,7 +31,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