diff options
Diffstat (limited to 'include/configs/apx4devkit.h')
-rw-r--r-- | include/configs/apx4devkit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h index 00ba2eab6a4..09de1c06ef6 100644 --- a/include/configs/apx4devkit.h +++ b/include/configs/apx4devkit.h @@ -17,7 +17,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_APX4DEVKIT /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x20000000 /* Max 512 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 |