]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/global_data.h
Fix IXP code to work after relocation was added
[karo-tx-uboot.git] / arch / arm / include / asm / global_data.h
index 2a84d27a4e15e10a86cc5842eae25e80d21981e1..c1a59f2c938d181a813b1762018e11869508c0d8 100644 (file)
@@ -63,6 +63,9 @@ typedef       struct  global_data {
        unsigned long   tbu;
        unsigned long long      timer_reset_value;
        unsigned long   lastinc;
+#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 */