summaryrefslogtreecommitdiffstats
path: root/include/configs/sh7763rdp.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/sh7763rdp.h
parent5db1dcce91e98915ef8a3377774f860ba601301c (diff)
parent04366d070a1a3f7affddf15aaaea87bcf44cdbb0 (diff)
downloadbootable_bootloader_goldelico_gta04-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.zip
bootable_bootloader_goldelico_gta04-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.tar.gz
bootable_bootloader_goldelico_gta04-ed01c4f59ddda1cb898d86c1ac0945c756ab88c2.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include/configs/sh7763rdp.h')
-rw-r--r--include/configs/sh7763rdp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h
index 8d7456e..c8c62ad 100644
--- a/include/configs/sh7763rdp.h
+++ b/include/configs/sh7763rdp.h
@@ -114,8 +114,8 @@
/* Clock */
#define CONFIG_SYS_CLK_FREQ 66666666
-#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
-#define CONFIG_SYS_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
+#define CONFIG_SYS_TMU_CLK_DIV (4) /* 4 (default), 16, 64, 256 or 1024 */
+#define CONFIG_SYS_HZ 1000
/* Ether */
#define CONFIG_NET_MULTI 1