configs: px30_common.h: set CONFIG_NR_DRAM_BANKS=2

Change-Id: Ic2e299707e6885f625d101977f592bf271204881
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-02-06 11:41:54 +08:00
parent ca5e018d11
commit f60795f155
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define CONFIG_BOUNCE_BUFFER
#define CONFIG_SYS_SDRAM_BASE 0
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_NR_DRAM_BANKS 2
#define SDRAM_MAX_SIZE 0xff000000
#define SDRAM_BANK_SIZE (2UL << 30)