Commit 54ce83204fc1d52819dc5fc6b2c7d3e050df6158

Authored by Ye.Li
1 parent ab5c80246e

MLK-9646 imx: mx6sxsabreauto: Change DDR size to 2G

The mx6sx sabreauto boards uses 2G DDR3. Modify the configuration
PHYS_SDRAM_SIZE to this size.

Signed-off-by: Ye.Li <B37916@freescale.com>
Acked-by: Jason Liu

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/mx6sxsabreauto.h
... ... @@ -267,7 +267,7 @@
267 267 /* Physical Memory Map */
268 268 #define CONFIG_NR_DRAM_BANKS 1
269 269 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
270   -#define PHYS_SDRAM_SIZE SZ_1G
  270 +#define PHYS_SDRAM_SIZE SZ_2G
271 271  
272 272 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
273 273 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR