]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/versatile/timer.c
arm: Move tbl to arch_global_data
[u-boot] / arch / arm / cpu / arm926ejs / versatile / timer.c
index f58e151662086694cd7f4192bcd9d2069fe18e80..be73b932960075aa9d642af276b450db1506ccf4 100644 (file)
@@ -44,7 +44,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#define timestamp gd->tbl
+#define timestamp gd->arch.tbl
 #define lastdec gd->lastinc
 
 #define TIMER_ENABLE   (1 << 7)