summaryrefslogtreecommitdiffstats
path: root/cpu/arm926ejs/at91/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/at91/timer.c')
-rw-r--r--cpu/arm926ejs/at91/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/timer.c b/cpu/arm926ejs/at91/timer.c
index c79ec7e7ae..fec545b665 100644
--- a/cpu/arm926ejs/at91/timer.c
+++ b/cpu/arm926ejs/at91/timer.c
@@ -130,7 +130,7 @@ ulong get_tbclk(void)
{
ulong tbclk;
- tbclk = CFG_HZ;
+ tbclk = CONFIG_SYS_HZ;
return tbclk;
}
OpenPOWER on IntegriCloud