Merge branch 'master' into next
[platform/kernel/u-boot.git] / include / configs / mt7628.h
index 9c5034f..9df2715 100644 (file)
@@ -10,7 +10,7 @@
 
 #define CFG_SYS_SDRAM_BASE             0x80000000
 
-#define CONFIG_SYS_INIT_SP_OFFSET      0x80000
+#define CFG_SYS_INIT_SP_OFFSET 0x80000
 
 /* Serial SPL */
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
 #endif
 
 /* Serial common */
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
+#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
                                          230400, 460800, 921600 }
 
 /* SPL */
 
-#define CONFIG_SYS_UBOOT_START         CONFIG_TEXT_BASE
+#define CFG_SYS_UBOOT_START            CONFIG_TEXT_BASE
 
 /* Dummy value */
-#define CONFIG_SYS_UBOOT_BASE          0
+#define CFG_SYS_UBOOT_BASE             0
 
 #endif /* __CONFIG_MT7628_H */