]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/global_data.h
ppc: Move mpc5xxx clocks to arch_global_data
[u-boot] / arch / powerpc / include / asm / global_data.h
index ca36ca3332896e558d9a6c26031547b7d8a3d496..423e792ec021c2fb6887ff9641cbb71057ddcd3a 100644 (file)
@@ -94,6 +94,9 @@ struct arch_global_data {
 #if defined(CONFIG_E500)
        u32 used_tlb_cams[(CONFIG_SYS_NUM_TLBCAMS+31)/32];
 #endif
+#if defined(CONFIG_MPC5xxx)
+       unsigned long ipb_clk;
+#endif
 };
 
 /*
@@ -116,9 +119,6 @@ typedef     struct  global_data {
 #if defined(CONFIG_FSL_ESDHC)
        u32 sdhc_clk;
 #endif
-#if defined(CONFIG_MPC5xxx)
-       unsigned long   ipb_clk;
-#endif
 #if defined(CONFIG_MPC512X)
        u32 ips_clk;
        u32 csb_clk;