summaryrefslogtreecommitdiffstats
path: root/include/configs/vexpress_common.h
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2013-11-17 15:17:42 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2013-12-10 14:18:44 +0100
commitcb7ee1b98cac6baf244daefb1192adf5a47bc983 (patch)
tree1f8b3305fcc9d2fa6bdfbcb7ff1a8eabd739cec4 /include/configs/vexpress_common.h
parent3b100f6ce211611cca3bd8ec3d40b2e5e128f9f4 (diff)
downloadblackbird-obmc-uboot-cb7ee1b98cac6baf244daefb1192adf5a47bc983.tar.gz
blackbird-obmc-uboot-cb7ee1b98cac6baf244daefb1192adf5a47bc983.zip
vexpress: use correct timer address on extended memory map systems
Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: albert.u.boot@aribaud.net
Diffstat (limited to 'include/configs/vexpress_common.h')
-rw-r--r--include/configs/vexpress_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index 6da5e8f5db..7e78f8ac8f 100644
--- 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 */
OpenPOWER on IntegriCloud