global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / bmips_bcm6338.h
index 2a02854..224b697 100644 (file)
@@ -6,23 +6,17 @@
 #ifndef __CONFIG_BMIPS_BCM6338_H
 #define __CONFIG_BMIPS_BCM6338_H
 
-/* CPU */
-#define CONFIG_SYS_MIPS_TIMER_FREQ     120000000
+#include <linux/sizes.h>
 
 /* RAM */
-#define CONFIG_SYS_SDRAM_BASE          0x80000000
+#define CFG_SYS_SDRAM_BASE             0x80000000
 
 /* U-Boot */
-#define CONFIG_SYS_LOAD_ADDR           CONFIG_SYS_SDRAM_BASE + 0x100000
 
 #if defined(CONFIG_BMIPS_BOOT_RAM)
-#define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_SYS_INIT_SP_OFFSET      0x2000
+#define CFG_SYS_INIT_SP_OFFSET SZ_8K
 #endif
 
-#define CONFIG_SYS_FLASH_BASE                  0xbfc00000
-#define CONFIG_SYS_FLASH_EMPTY_INFO
-#define CONFIG_SYS_FLASH_PROTECTION
-#define CONFIG_SYS_MAX_FLASH_BANKS_DETECT      1
+#define CFG_SYS_FLASH_BASE                     0xbfc00000
 
 #endif /* __CONFIG_BMIPS_BCM6338_H */