diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/lib/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index eb642969aa..aac79889dc 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -16,6 +16,7 @@ #include <sh_tmu.h> #define TCR_TPSC 0x07 +#define CONFIG_SYS_TMU_CLK_DIV 4 static struct tmu_regs *tmu = (struct tmu_regs *)TMU_BASE; |