summaryrefslogtreecommitdiff
path: root/include/configs/porter.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-08-24 21:34:07 +0200
committerMarek Vasut <marex@denx.de>2018-09-15 03:19:07 +0200
commitccce3acfe70bdfb4fa8529dc853294f82859b08b (patch)
tree6d2d2290d4841f7a56e7540d6da8ed13bfb2e841 /include/configs/porter.h
parentae59a9f8f7785d86277149eb37314d2f21392f6f (diff)
sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQ
The R-Car Gen2 feeds the TMU with CONFIG_SYS_CLK_FREQ / 2, while the old SH parts use CONFIG_SYS_CLK_FREQ directly. Just put this into the TMU implementation and drop the CONFIG_SH_TMU_CLK_FREQ config option. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'include/configs/porter.h')
-rw-r--r--include/configs/porter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h
index be1b5ff7f0..e56dc3f1ec 100644
--- a/include/configs/porter.h
+++ b/include/configs/porter.h
@@ -38,8 +38,6 @@
/* Board Clock */
#define RMOBILE_XTAL_CLK 20000000u
#define CONFIG_SYS_CLK_FREQ RMOBILE_XTAL_CLK
-#define CONFIG_SH_TMU_CLK_FREQ (CONFIG_SYS_CLK_FREQ / 2)
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0xffffffff\0" \