summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-09-29 15:25:23 +0800
committerYe.Li <B37916@freescale.com>2014-09-29 19:30:02 +0800
commit54ce83204fc1d52819dc5fc6b2c7d3e050df6158 (patch)
tree39bb00b289388a8ba036d0714fbbb70e607011ca
parentab5c80246e8e89e6f9b7f379aa9630a55586572e (diff)
downloadu-boot-imx-54ce83204fc1d52819dc5fc6b2c7d3e050df6158.zip
u-boot-imx-54ce83204fc1d52819dc5fc6b2c7d3e050df6158.tar.gz
u-boot-imx-54ce83204fc1d52819dc5fc6b2c7d3e050df6158.tar.bz2
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
-rw-r--r--include/configs/mx6sxsabreauto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index 34e915a..6e00799 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -267,7 +267,7 @@
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
-#define PHYS_SDRAM_SIZE SZ_1G
+#define PHYS_SDRAM_SIZE SZ_2G
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR