]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm926ejs/omap/timer.c
arm: Move tbl to arch_global_data
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / omap / timer.c
index 390c9c8abb5fd40bb0503eb9060af717e1c3f6df..71b8700f0cffb519df469e48d284ce0112fc95d8 100644 (file)
@@ -44,7 +44,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define timestamp gd->tbl
+#define timestamp gd->arch.tbl
 #define lastdec gd->lastinc
 
 int timer_init (void)