ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data
[platform/kernel/u-boot.git] / arch / m68k / cpu / mcf547x_8x / speed.c
index 31130b5..41aae9d 100644 (file)
@@ -41,7 +41,7 @@ int get_clocks(void)
        gd->cpu_clk = (gd->bus_clk * 2);
 
 #ifdef CONFIG_FSL_I2C
-       gd->i2c1_clk = gd->bus_clk;
+       gd->arch.i2c1_clk = gd->bus_clk;
 #endif
 
        return (0);