summaryrefslogtreecommitdiff
path: root/include/configs/r2dplus.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-13 23:37:55 +0200
committerWolfgang Denk <wd@denx.de>2009-07-13 23:37:55 +0200
commited01c4f59ddda1cb898d86c1ac0945c756ab88c2 (patch)
tree8ad2a563b7d5ca31bb7f2af3c5fd6bd7fa0845b3 /include/configs/r2dplus.h
parent5db1dcce91e98915ef8a3377774f860ba601301c (diff)
parent04366d070a1a3f7affddf15aaaea87bcf44cdbb0 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r--include/configs/r2dplus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index 6fa1eafde..25f50125e 100644
--- a/include/configs/r2dplus.h
+++ b/include/configs/r2dplus.h
@@ -80,8 +80,8 @@
* SuperH Clock setting
*/
#define CONFIG_SYS_CLK_FREQ 60000000
-#define TMU_CLK_DIVIDER 4
-#define CONFIG_SYS_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
+#define CONFIG_SYS_TMU_CLK_DIV 4
+#define CONFIG_SYS_HZ 1000
#define CONFIG_SYS_PLL_SETTLING_TIME 100/* in us */
/*