diff options
Diffstat (limited to 'include/configs/mx23evk.h')
-rw-r--r-- | include/configs/mx23evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index b7ac9c2534..da1d53c883 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -14,7 +14,6 @@ /* U-Boot Commands */ /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x08000000 /* Max 128 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |