]> git.sur5r.net Git - u-boot/blobdiff - include/configs/r2dplus.h
m41t11: Remove unused functions
[u-boot] / include / configs / r2dplus.h
index 6fa1eafde7ddd054a5d562857196c6b906eeb01b..8931b974aa24a8b36e310b50fe8acac334a0b9ea 100644 (file)
@@ -80,8 +80,8 @@
  * SuperH Clock setting
  */
 #define CONFIG_SYS_CLK_FREQ    60000000
-#define TMU_CLK_DIVIDER                4
-#define CONFIG_SYS_HZ                  (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
+#define CONFIG_SYS_TMU_CLK_DIV         4
+#define CONFIG_SYS_HZ          1000
 #define        CONFIG_SYS_PLL_SETTLING_TIME    100/* in us */
 
 /*
  */
 #define CONFIG_NET_MULTI
 #define CONFIG_RTL8139
-#define _IO_BASE               0x00000000
-#define KSEG1ADDR(x)           (x)
 
 #endif /* __CONFIG_H */