diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-12-09 15:18:01 -0600 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:51 +0800 |
commit | d356a93b5f1abe293b4025ab7a9746b19b019b71 (patch) | |
tree | 5ddcaddc2b28c930f7936604fec5c928a49eb327 /configs | |
parent | 643b7063e7733fc5dd88f5429915bb09331f2b69 (diff) | |
download | u-boot-imx-d356a93b5f1abe293b4025ab7a9746b19b019b71.zip u-boot-imx-d356a93b5f1abe293b4025ab7a9746b19b019b71.tar.gz u-boot-imx-d356a93b5f1abe293b4025ab7a9746b19b019b71.tar.bz2 |
MLK-11811: imx: 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/e5c6184940486bcbc28978d60ad3cd996c205a08
Test result: Stress test passed.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6qarm2_pop_lpddr2_revb_defconfig | 7 |
1 files changed, 7 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..0f6e0c4 --- /dev/null +++ b/configs/mx6qarm2_pop_lpddr2_revb_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qarm2/mt128x64mx32.cfg,MX6Q,MX6DQ_POP_LPDDR2,DDR_MB=1024" +CONFIG_ARM=y +CONFIG_TARGET_MX6QARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |