projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
arm920t/at91/timer: replace bss variables by gd
[u-boot.git]
/
arch
/
arm
/
include
/
asm
/
global_data.h
diff --git
a/arch/arm/include/asm/global_data.h
b/arch/arm/include/asm/global_data.h
index ada3fbb6415cfe6d5a6d7b032743971c9e5be9c7..e459a5dc9494d63857b8fbcbf7b7680a50398326 100644
(file)
--- a/
arch/arm/include/asm/global_data.h
+++ b/
arch/arm/include/asm/global_data.h
@@
-60,6
+60,7
@@
typedef struct global_data {
unsigned long tbl;
unsigned long tbu;
unsigned long long timer_reset_value;
+ unsigned long lastinc;
#endif
unsigned long relocaddr; /* Start address of U-Boot in RAM */
phys_size_t ram_size; /* RAM size */
This page took
0.028344 seconds
and
4
git commands to generate.