diff options
Diffstat (limited to 'include/configs/thunderx_88xx.h')
-rw-r--r-- | include/configs/thunderx_88xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/thunderx_88xx.h b/include/configs/thunderx_88xx.h index d71d207621a..619571d45ba 100644 --- a/include/configs/thunderx_88xx.h +++ b/include/configs/thunderx_88xx.h @@ -48,7 +48,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 |