]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/imx-common/timer.c
arm: Move tbl to arch_global_data
[karo-tx-uboot.git] / arch / arm / imx-common / timer.c
index b021903d9b443bca0d74202d8997ed94b1509adf..de21e44a20760e477a9a81d97ac084e6c9fbfc5a 100644 (file)
@@ -48,7 +48,7 @@ static struct mxc_gpt *cur_gpt = (struct mxc_gpt *)GPT1_BASE_ADDR;
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define timestamp (gd->tbl)
+#define timestamp (gd->arch.tbl)
 #define lastinc (gd->lastinc)
 
 static inline unsigned long long tick_to_time(unsigned long long tick)