projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b100f6
)
vexpress: use correct timer address on extended memory map systems
author
Ian Campbell
<ijc@hellion.org.uk>
Sun, 17 Nov 2013 15:17:42 +0000
(15:17 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 10 Dec 2013 13:18:44 +0000
(14:18 +0100)
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: albert.u.boot@aribaud.net
include/configs/vexpress_common.h
patch
|
blob
|
history
diff --git
a/include/configs/vexpress_common.h
b/include/configs/vexpress_common.h
index 6da5e8f5dbab76e30234629293580db952679351..7e78f8ac8fcc60acf2b728626904d5b70aa29fe4 100644
(file)
--- a/
include/configs/vexpress_common.h
+++ b/
include/configs/vexpress_common.h
@@
-132,7
+132,7
@@
#define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0)
#define CONFIG_SYS_TIMER_RATE 1000000
-#define CONFIG_SYS_TIMER_COUNTER (
0x10011000
+ 0x4)
+#define CONFIG_SYS_TIMER_COUNTER (
V2M_TIMER01
+ 0x4)
#define CONFIG_SYS_TIMER_COUNTS_DOWN
/* SMSC9115 Ethernet from SMSC9118 family */