diff options
author | Adrian Alonso <adrian.alonso@nxp.com> | 2016-01-20 15:16:08 -0600 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:57 +0800 |
commit | 21c6f85d0023a5c7edf17b31d4334beb966d8059 (patch) | |
tree | c7eb9ec8e611096b688bfaf721079394995764ad /configs | |
parent | 742ab69302700dc9137329b4773de1aa0f5df89f (diff) |
MLK-12442: imx: mx6qarm2: lpddr2 set dram 2 channel fixed mode
Setup MMDC in two channel fixed mode
Initialize dram banks for two channel fixed mode
DRAM bank = 0x00000000
-> start = 0x10000000
-> size = 0x20000000
DRAM bank = 0x00000001
-> start = 0x80000000
-> size = 0x20000000
Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6qarm2_pop_lpddr2_revb_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6qarm2_pop_lpddr2_revb_defconfig b/configs/mx6qarm2_pop_lpddr2_revb_defconfig index 0f6e0c4..b50a9d2 100644 --- a/configs/mx6qarm2_pop_lpddr2_revb_defconfig +++ b/configs/mx6qarm2_pop_lpddr2_revb_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qarm2/mt128x64mx32.cfg,MX6Q,MX6DQ_POP_LPDDR2,DDR_MB=1024" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qarm2/mt128x64mx32.cfg,MX6Q,MX6DQ_POP_LPDDR2,DDR_MB=512" CONFIG_ARM=y CONFIG_TARGET_MX6QARM2=y CONFIG_SYS_MALLOC_F=y |