diff options
Diffstat (limited to 'include/configs/r0p7734.h')
-rw-r--r-- | include/configs/r0p7734.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index 080448090d..dd26a71bcb 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -73,7 +73,6 @@ /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* Monitor Command Prompt */ -#define CONFIG_SYS_PROMPT "=> " /* Buffer size for input from the Console */ #define CONFIG_SYS_CBSIZE 256 /* Buffer size for Console output */ @@ -164,7 +163,8 @@ #else #define CONFIG_SYS_CLK_FREQ 44444444 #endif +#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 -#define CONFIG_SYS_HZ 1000 #endif /* __R0P7734_H */ |