diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-04 12:06:48 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2009-07-08 11:43:16 +0900 |
commit | be45c632568ba76343c1453b3951ad793f482fd5 (patch) | |
tree | 6d46472507ad3a408642359c8c423b02cc00a806 /include/configs/r7780mp.h | |
parent | 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4 (diff) |
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/r7780mp.h')
-rw-r--r-- | include/configs/r7780mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 7b6867d101e..01b64e666d8 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -121,7 +121,7 @@ /* Board Clock */ #define CONFIG_SYS_CLK_FREQ 33333333 -#define TMU_CLK_DIVIDER 4 +#define CONFIG_SYS_TMU_CLK_DIV 4 #define CONFIG_SYS_HZ 1000 /* PCI Controller */ |