MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / ci20.h
index 01f6364..d094fb5 100644 (file)
@@ -9,10 +9,6 @@
 #ifndef __CONFIG_CI20_H__
 #define __CONFIG_CI20_H__
 
-/* Ingenic JZ4780 clock configuration. */
-#define CONFIG_SYS_MHZ                 1200
-#define CONFIG_SYS_MIPS_TIMER_FREQ     (CONFIG_SYS_MHZ * 1000000)
-
 /* Memory configuration */
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
 
@@ -28,6 +24,5 @@
 #define DM9000_DATA                    (CONFIG_DM9000_BASE + 2)
 
 /* Miscellaneous configuration options */
-#define CONFIG_SYS_BOOTM_LEN           (64 << 20)
 
 #endif /* __CONFIG_CI20_H__ */