diff options
author | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-09 11:04:53 -0500 |
commit | 33d413fc91e0bbbb92962a80f5333d6f1f628c5b (patch) | |
tree | 18383b51425d37af1c526f276ecee8cc7f492d7d /arch/sh/lib/time_sh2.c | |
parent | 2c30af8f1861f09f217097460bfbea5ea691f8b8 (diff) | |
parent | 5fe3aefd3dd0845ed4f69ba34b9790d3961d7ea8 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/lib/time_sh2.c')
-rw-r--r-- | arch/sh/lib/time_sh2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/time_sh2.c b/arch/sh/lib/time_sh2.c index be3896c3ed..4b1f47b6ad 100644 --- a/arch/sh/lib/time_sh2.c +++ b/arch/sh/lib/time_sh2.c @@ -84,5 +84,5 @@ void __udelay(unsigned long usec) unsigned long get_tbclk(void) { - return CONFIG_SYS_HZ; + return CONFIG_SH_CMT_CLK_FREQ; } |