diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-02-23 14:11:10 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2016-03-25 14:24:19 +0800 |
commit | b0ac10892cad46c22accf89c04ea59c46bd9eb01 (patch) | |
tree | 8b44b35952de76f4b54480ca2739cadf4ecf3994 /configs | |
parent | febf98c68853030ce5c1f9124e77d75456e71314 (diff) | |
download | u-boot-imx-b0ac10892cad46c22accf89c04ea59c46bd9eb01.zip u-boot-imx-b0ac10892cad46c22accf89c04ea59c46bd9eb01.tar.gz u-boot-imx-b0ac10892cad46c22accf89c04ea59c46bd9eb01.tar.bz2 |
MLK-12436-3: mx6qarm2: add new board revision support
Add mx6qarm2 new board revision support using mx6q pop SoC
Enable DRAM support for imx6q PoP SoC with populated LPDDR2
MT42L128M64D2
DDR calibration script:
http://sw-stash.freescale.net/projects/IMX/repos/ddr-scripts-rel/commits/040ee38ba9ad238fcb6053b663746d51321abb69
Test result: Stress test passed.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Adrian Alonso <adrian.alonso@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6qarm2_pop_lpddr2_revb_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/mx6qarm2_pop_lpddr2_revb_defconfig b/configs/mx6qarm2_pop_lpddr2_revb_defconfig new file mode 100644 index 0000000..e1b4927 --- /dev/null +++ b/configs/mx6qarm2_pop_lpddr2_revb_defconfig @@ -0,0 +1,5 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_TARGET_MX6QARM2=y +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qarm2/mt128x64mx32.cfg,MX6Q,MX6DQ_POP_LPDDR2,DDR_MB=1024" +CONFIG_CMD_GPIO=y |