global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / mt7623.h
index 0cd8b08..db12377 100644 (file)
@@ -13,8 +13,6 @@
 
 /* Miscellaneous configurable options */
 
-#define CONFIG_SYS_NONCACHED_MEMORY    SZ_1M
-
 /* Environment */
 
 /* Preloader -> Uboot */
@@ -23,7 +21,7 @@
 #define MMC_SUPPORTS_TUNING
 
 /* DRAM */
-#define CONFIG_SYS_SDRAM_BASE          0x80000000
+#define CFG_SYS_SDRAM_BASE             0x80000000
 
 /* This is needed for kernel booting */
 #define FDT_HIGH                       "0xac000000"
@@ -35,8 +33,6 @@
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0"
 
 /* Ethernet */
-#define CONFIG_IPADDR                  192.168.1.1
-#define CONFIG_SERVERIP                        192.168.1.2
 
 #ifdef CONFIG_DISTRO_DEFAULTS
 
@@ -46,7 +42,7 @@
 #include <config_distro_bootcmd.h>
 
 /* Extra environment variables */
-#define CONFIG_EXTRA_ENV_SETTINGS      \
+#define CFG_EXTRA_ENV_SETTINGS \
        ENV_MEM_LAYOUT_SETTINGS         \
        BOOTENV