]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/global_data.h
arm: change tbu/l type to unsigned int
[people/ms/u-boot.git] / arch / arm / include / asm / global_data.h
index 1aab6295d6066c2037fb1865ff7ebd36cfde57e5..3cc0e5fa34a5a762f29e01abf6e04db4dab685e0 100644 (file)
@@ -32,8 +32,8 @@ struct arch_global_data {
 #endif
        /* "static data" needed by most of timer.c on ARM platforms */
        unsigned long timer_rate_hz;
-       unsigned long tbu;
-       unsigned long tbl;
+       unsigned int tbu;
+       unsigned int tbl;
        unsigned long lastinc;
        unsigned long long timer_reset_value;
 #if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))