Skip to content
Snippets Groups Projects
Commit cb7ee1b9 authored by Ian Campbell's avatar Ian Campbell Committed by Albert ARIBAUD
Browse files

vexpress: use correct timer address on extended memory map systems


Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
Cc: albert.u.boot@aribaud.net
parent 3b100f6c
No related merge requests found
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
#define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0) #define VEXPRESS_FLASHPROG_FLVPPEN (1 << 0)
#define CONFIG_SYS_TIMER_RATE 1000000 #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 #define CONFIG_SYS_TIMER_COUNTS_DOWN
/* SMSC9115 Ethernet from SMSC9118 family */ /* SMSC9115 Ethernet from SMSC9118 family */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment