diff options
Diffstat (limited to 'include/configs/stout.h')
-rw-r--r-- | include/configs/stout.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index eab0ef213a..b72b565c33 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -42,9 +42,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_SYS_TMU_CLK_DIV 4 #define CONFIG_EXTRA_ENV_SETTINGS \ "fdt_high=0xffffffff\0" \ |