global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / bmips_bcm3380.h
index 66c23cd..0d254cd 100644 (file)
@@ -8,16 +8,13 @@
 
 #include <linux/sizes.h>
 
-/* CPU */
-#define CONFIG_SYS_MIPS_TIMER_FREQ     166500000
-
 /* RAM */
-#define CONFIG_SYS_SDRAM_BASE          0x80000000
+#define CFG_SYS_SDRAM_BASE             0x80000000
 
 /* U-Boot */
 
 #if defined(CONFIG_BMIPS_BOOT_RAM)
-#define CONFIG_SYS_INIT_SP_OFFSET      SZ_8K
+#define CFG_SYS_INIT_SP_OFFSET SZ_8K
 #endif
 
 #endif /* __CONFIG_BMIPS_BCM3380_H */