global: Move remaining CONFIG_SYS_* to CFG_SYS_*
[pandora-u-boot.git] / include / configs / gardena-smart-gateway-mt7688.h
index a755714..0ba4efe 100644 (file)
@@ -9,14 +9,14 @@
 /* RAM */
 #define CFG_SYS_SDRAM_BASE             0x80000000
 
-#define CONFIG_SYS_INIT_SP_OFFSET      0x400000
+#define CFG_SYS_INIT_SP_OFFSET 0x400000
 
 /* 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
 
 /* Serial SPL */
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
@@ -25,7 +25,7 @@
 #endif
 
 /* UART */
-#define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, \
+#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
                                          230400, 460800, 921600 }
 
 /* RAM */