ixp: Move timestamp to arch_global_data
[platform/kernel/u-boot.git] / arch / arm / include / asm / global_data.h
index ea27c16..5d414ef 100644 (file)
@@ -41,6 +41,9 @@ struct arch_global_data {
        unsigned long tbl;
        unsigned long lastinc;
        unsigned long long timer_reset_value;
+#ifdef CONFIG_IXP425
+       unsigned long timestamp;
+#endif
 };
 
 /*
@@ -65,9 +68,6 @@ typedef       struct  global_data {
 #ifdef CONFIG_FSL_ESDHC
        unsigned long   sdhc_clk;
 #endif
-#ifdef CONFIG_IXP425
-       unsigned long   timestamp;
-#endif
        unsigned long   relocaddr;      /* Start address of U-Boot in RAM */
        phys_size_t     ram_size;       /* RAM size */
        unsigned long   mon_len;        /* monitor len */