xpedite1k: Cleanup coding style
[oweals/u-boot.git] / include / configs / ms7722se.h
index 53ffbeef240fd176c828ac8979cbe3216388aecf..6755af3d5960fd2b941d3f01fef40a49fcb8d8a1 100644 (file)
 
 /* Board Clock */
 #define CONFIG_SYS_CLK_FREQ    33333333
-#define TMU_CLK_DIVIDER                (4)     /* 4 (default), 16, 64, 256 or 1024 */
-#define CONFIG_SYS_HZ                  (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
+#define CONFIG_SYS_TMU_CLK_DIV         (4)     /* 4 (default), 16, 64, 256 or 1024 */
+#define CONFIG_SYS_HZ          1000
 
 #endif /* __MS7722SE_H */