]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/m68k/cpu/mcf523x/speed.c
i2c, fsl_i2c: switch to new multibus/multiadapter support
[people/ms/u-boot.git] / arch / m68k / cpu / mcf523x / speed.c
index ae462579e27d61d147d9d18eb6995794b817a721..7876ba8ab5f6da74403989f4339bb872a11d88d0 100644 (file)
@@ -47,7 +47,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