summaryrefslogtreecommitdiffstats
path: root/include/configs/sh7785lcr.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-14 00:00:04 +0200
committerWolfgang Denk <wd@denx.de>2009-07-14 00:00:04 +0200
commit87abce6e91b668390d07b578100d4053283a67e8 (patch)
tree230c7bad063d766fc9cbd34ab89bce338a811739 /include/configs/sh7785lcr.h
parentc9969947a4687de90e2bb58e76842b491aa0e0b9 (diff)
parentbb272ec8df6e35b7e19ce1237cae28798167a624 (diff)
downloadu-boot-87abce6e91b668390d07b578100d4053283a67e8.tar.gz
u-boot-87abce6e91b668390d07b578100d4053283a67e8.tar.xz
u-boot-87abce6e91b668390d07b578100d4053283a67e8.zip
Merge branch 'master' of /home/wd/git/u-boot/master
Diffstat (limited to 'include/configs/sh7785lcr.h')
-rw-r--r--include/configs/sh7785lcr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sh7785lcr.h b/include/configs/sh7785lcr.h
index 21c3f70f5c..2c18e2f7fd 100644
--- a/include/configs/sh7785lcr.h
+++ b/include/configs/sh7785lcr.h
@@ -186,7 +186,7 @@
/* Board Clock */
/* The SCIF used external clock. system clock only used timer. */
#define CONFIG_SYS_CLK_FREQ 50000000
-#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
#endif /* __SH7785LCR_H */