summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorNitin Garg <nitin.garg@freescale.com>2014-09-02 17:33:06 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-09-04 10:37:37 -0500
commit69f56f7509a4116fa0f2b9be50db256f1e628d31 (patch)
tree9a1cac64f6629fd88d7b96e69bf3edc24eaac129 /include/configs
parentac62726276687242ce08ebe90ee765efb41abf3b (diff)
downloadu-boot-imx-69f56f7509a4116fa0f2b9be50db256f1e628d31.zip
u-boot-imx-69f56f7509a4116fa0f2b9be50db256f1e628d31.tar.gz
u-boot-imx-69f56f7509a4116fa0f2b9be50db256f1e628d31.tar.bz2
ENGR00328278-1: Fix i.MX6DQ/DL arm2 LPDDR2 boards mem size
Couple of issues in commit 21a2eb5f. The RAM size is wrong and max number of DCD is 220. Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6qarm2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index eea6293..70a7b89 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -185,11 +185,6 @@
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
-#ifdef CONFIG_DDR_32BIT
-#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
-#else
-#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
-#endif
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR