summaryrefslogtreecommitdiffstats
path: root/include/configs/mpr2.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-04 12:06:48 +0200
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-07-08 11:43:16 +0900
commitbe45c632568ba76343c1453b3951ad793f482fd5 (patch)
tree6d46472507ad3a408642359c8c423b02cc00a806 /include/configs/mpr2.h
parent8dd29c87ba370072a8464b8cc19e0a1e6e0497b4 (diff)
downloadtalos-obmc-uboot-be45c632568ba76343c1453b3951ad793f482fd5.tar.gz
talos-obmc-uboot-be45c632568ba76343c1453b3951ad793f482fd5.zip
sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
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/mpr2.h')
-rw-r--r--include/configs/mpr2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h
index c147337363..0a472a6581 100644
--- a/include/configs/mpr2.h
+++ b/include/configs/mpr2.h
@@ -82,7 +82,7 @@
/* Clocks */
#define CONFIG_SYS_CLK_FREQ 24000000
-#define TMU_CLK_DIVIDER 4 /* 4 (default), 16, 64, 256 or 1024 */
+#define CONFIG_SYS_TMU_CLK_DIV 4 /* 4 (default), 16, 64, 256 or 1024 */
#define CONFIG_SYS_HZ 1000
/* UART */
OpenPOWER on IntegriCloud