aboutsummaryrefslogtreecommitdiff
path: root/include/configs/MigoR.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-08-24 21:19:15 +0200
committerMarek Vasut <marex@denx.de>2018-09-15 03:19:07 +0200
commitd1da5d6cd8d33f777cf8374bf070970c4cca32e1 (patch)
tree78db16ecbcda0134208bc7532660b9e114acee62 /include/configs/MigoR.h
parent2606deb22b58c8b55426a34dd7d93c703de65974 (diff)
downloadu-boot-d1da5d6cd8d33f777cf8374bf070970c4cca32e1.zip
u-boot-d1da5d6cd8d33f777cf8374bf070970c4cca32e1.tar.gz
u-boot-d1da5d6cd8d33f777cf8374bf070970c4cca32e1.tar.bz2
sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIV
This constant is always 4 , for all boards that exist. Define it once in arch/sh/lib/time.c and remove it from the configs. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'include/configs/MigoR.h')
-rw-r--r--include/configs/MigoR.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h
index 5cb2348..57e36e8 100644
--- a/include/configs/MigoR.h
+++ b/include/configs/MigoR.h
@@ -93,6 +93,5 @@
#define CONFIG_SYS_CLK_FREQ 33333333
#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
-#define CONFIG_SYS_TMU_CLK_DIV (4) /* 4 (default), 16, 64, 256 or 1024 */
#endif /* __MIGO_R_H */