summaryrefslogtreecommitdiffstats
path: root/include/configs/r2dplus.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-13 23:37:59 +0200
committerWolfgang Denk <wd@denx.de>2009-07-13 23:37:59 +0200
commit4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba (patch)
tree9234d73244c7aff7651a2d443b9af56f6f7dce47 /include/configs/r2dplus.h
parent17f098bd4adb4bfa184db794f36b0b9c5a8577dc (diff)
parented01c4f59ddda1cb898d86c1ac0945c756ab88c2 (diff)
downloadblackbird-obmc-uboot-4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba.tar.gz
blackbird-obmc-uboot-4b96cb6777d1dd9e69eabf14d41d3bb4bfc908ba.zip
Merge branch 'master' of /home/wd/git/u-boot/custodians
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 37d4fff9b1..8931b974aa 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 */
/*
OpenPOWER on IntegriCloud