summaryrefslogtreecommitdiff
path: root/lib_sh/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/time.c')
-rw-r--r--lib_sh/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_sh/time.c b/lib_sh/time.c
index dc1c57e97..52dbcd061 100644
--- a/lib_sh/time.c
+++ b/lib_sh/time.c
@@ -69,10 +69,10 @@ static void tmu_timer_stop (unsigned int timer)
int timer_init (void)
{
- /* Divide clock by TMU_CLK_DIVIDER */
+ /* Divide clock by CONFIG_SYS_TMU_CLK_DIV */
u16 bit = 0;
- switch (TMU_CLK_DIVIDER) {
+ switch (CONFIG_SYS_TMU_CLK_DIV) {
case 1024:
bit = 4;
break;