diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-08-24 21:34:07 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-09-15 03:19:07 +0200 |
commit | ccce3acfe70bdfb4fa8529dc853294f82859b08b (patch) | |
tree | 6d2d2290d4841f7a56e7540d6da8ed13bfb2e841 /include/configs/sh7763rdp.h | |
parent | ae59a9f8f7785d86277149eb37314d2f21392f6f (diff) | |
download | u-boot-ccce3acfe70bdfb4fa8529dc853294f82859b08b.tar.gz |
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/sh7763rdp.h')
-rw-r--r-- | include/configs/sh7763rdp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h index 53fe45009e..2aefc69606 100644 --- a/include/configs/sh7763rdp.h +++ b/include/configs/sh7763rdp.h @@ -69,7 +69,6 @@ /* Clock */ #define CONFIG_SYS_CLK_FREQ 66666666 -#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ /* Ether */ |