global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / bitmain_antminer_s9.h
index 2267502..3662668 100644 (file)
@@ -6,16 +6,10 @@
 #ifndef __CONFIG_BITMAIN_ANTMINER_S9_H
 #define __CONFIG_BITMAIN_ANTMINER_S9_H
 
-#define CONFIG_SYS_SDRAM_BASE  0x00000000
-#define CONFIG_SYS_SDRAM_SIZE  0x40000000
+#define CFG_SYS_SDRAM_BASE     0x00000000
+#define CFG_SYS_SDRAM_SIZE     0x40000000
 
-#define CONFIG_ENV_SIZE                0x20000
-#define CONFIG_ENV_OFFSET      0x300000
-
-#define CONFIG_BOOTP_SERVERIP
-
-#define CONFIG_EXTRA_ENV_SETTINGS \
-       "autoload=no\0" \
+#define CFG_EXTRA_ENV_SETTINGS \
        "pxefile_addr_r=0x2000000\0" \
        "scriptaddr=0x3000000\0" \
        "kernel_addr_r=0x2000000\0" \