diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2014-09-02 17:33:06 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-09-04 10:37:37 -0500 |
commit | 69f56f7509a4116fa0f2b9be50db256f1e628d31 (patch) | |
tree | 9a1cac64f6629fd88d7b96e69bf3edc24eaac129 /include | |
parent | ac62726276687242ce08ebe90ee765efb41abf3b (diff) | |
download | u-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')
-rw-r--r-- | include/configs/mx6qarm2.h | 5 |
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 |