]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc86xx/speed.c
ppc: Move lbc_clk and cpu to arch_global_data
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc86xx / speed.c
index a2d0a8ac6ebdf6f75b3661e002318e4ba0651c4c..e5798eebec6ea9511284c7be2a83c6f016229357 100644 (file)
@@ -120,7 +120,7 @@ int get_clocks(void)
        get_sys_info(&sys_info);
        gd->cpu_clk = sys_info.freqProcessor;
        gd->bus_clk = sys_info.freqSystemBus;
-       gd->lbc_clk = sys_info.freqLocalBus;
+       gd->arch.lbc_clk = sys_info.freqLocalBus;
 
        /*
         * The base clock for I2C depends on the actual SOC.  Unfortunately,