summaryrefslogtreecommitdiff
path: root/include/configs/ap325rxa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ap325rxa.h')
-rw-r--r--include/configs/ap325rxa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h
index af3a427..933de52 100644
--- a/include/configs/ap325rxa.h
+++ b/include/configs/ap325rxa.h
@@ -51,7 +51,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 */
@@ -155,7 +154,8 @@
/* Board Clock */
#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 */
-#define CONFIG_SYS_HZ 1000
#endif /* __AP325RXA_H */