diff options
Diffstat (limited to 'include/configs/bg0900.h')
-rw-r--r-- | include/configs/bg0900.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h index 98cd7b6f28..ec6b01f144 100644 --- a/include/configs/bg0900.h +++ b/include/configs/bg0900.h @@ -6,7 +6,6 @@ #define __CONFIGS_BG0900_H__ /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x10000000 /* Max 256 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |