summaryrefslogtreecommitdiffstats
path: root/include/configs/sh7763rdp.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-04 12:06:47 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-08 11:43:15 +0900
commit8dd29c87ba370072a8464b8cc19e0a1e6e0497b4 (patch)
tree628a823a6a796d0c40f21a67c2c0b45f55447f51 /include/configs/sh7763rdp.h
parentadd380f51f34ed1e2678c2abac8d53c91d652f26 (diff)
downloadblackbird-obmc-uboot-8dd29c87ba370072a8464b8cc19e0a1e6e0497b4.tar.gz
blackbird-obmc-uboot-8dd29c87ba370072a8464b8cc19e0a1e6e0497b4.zip
sh3/sh4: fix CONFIG_SYS_HZ to 1000
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/sh7763rdp.h')
-rw-r--r--include/configs/sh7763rdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h
index 8d7456eb69..79631be58a 100644
--- a/include/configs/sh7763rdp.h
+++ b/include/configs/sh7763rdp.h
@@ -115,7 +115,7 @@
/* 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_HZ 1000
/* Ether */
#define CONFIG_NET_MULTI 1
OpenPOWER on IntegriCloud