]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/include/asm/global_data.h
ppc: Move mpc8220 clocks to arch_global_data
[karo-tx-uboot.git] / arch / powerpc / include / asm / global_data.h
index fa5c504653717440a0ef592d5e50c5c1d27f8f74..656117b0d4ff0f54c571e86d596cc6f6edec4c57 100644 (file)
@@ -101,6 +101,12 @@ struct arch_global_data {
        u32 ips_clk;
        u32 csb_clk;
 #endif /* CONFIG_MPC512X */
+#if defined(CONFIG_MPC8220)
+       unsigned long inp_clk;
+       unsigned long vco_clk;
+       unsigned long pev_clk;
+       unsigned long flb_clk;
+#endif
 };
 
 /*
@@ -122,13 +128,6 @@ typedef    struct  global_data {
        unsigned long   mem_clk;
 #if defined(CONFIG_FSL_ESDHC)
        u32 sdhc_clk;
-#endif
-#if defined(CONFIG_MPC8220)
-       unsigned long   bExtUart;
-       unsigned long   inp_clk;
-       unsigned long   vco_clk;
-       unsigned long   pev_clk;
-       unsigned long   flb_clk;
 #endif
        phys_size_t     ram_size;       /* RAM size */
        unsigned long   reset_status;   /* reset status register at boot        */