net: pcnet: Drop PCNET_HAS_PROM
[platform/kernel/u-boot.git] / include / configs / thunderx_88xx.h
index d71d207..4d3c58d 100644 (file)
@@ -25,9 +25,6 @@
 /* Generic Timer Definitions */
 #define COUNTER_FREQUENCY              (0x1800000)     /* 24MHz */
 
-#define CONFIG_SYS_MEMTEST_START       MEM_BASE
-#define CONFIG_SYS_MEMTEST_END         (MEM_BASE + PHYS_SDRAM_1_SIZE)
-
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
 
@@ -48,7 +45,6 @@
 #define CONFIG_SYS_LOAD_ADDR           (MEM_BASE)
 
 /* Physical Memory Map */
-#define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM_1                   (MEM_BASE)        /* SDRAM Bank #1 */
 #define PHYS_SDRAM_1_SIZE              (0x80000000-MEM_BASE)   /* 2048 MB */
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
@@ -62,7 +58,6 @@
                                        "fdt_high=0x9fffffff\0"
 
 /* Do not preserve environment */
-#define CONFIG_ENV_SIZE                        0x1000
 
 /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */