diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-12 12:35:38 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-12 14:07:27 +0800 |
commit | 584050b98cf070bb608b652e89659ff20c47efba (patch) | |
tree | 881ac3f77335b129abd15a5b3cffe3c70cee2894 /configs | |
parent | f774a4c12b8ef197483075bbcd840b3ea27308e9 (diff) | |
download | u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.zip u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.tar.gz u-boot-imx-584050b98cf070bb608b652e89659ff20c47efba.tar.bz2 |
MLK-12616-11 imx: mx6ull: add mx6ull arm2 board support
Support mx6ull ddr3 arm2 board.
DDR script version 1.1. Passed memtester on 3 boards.
Take mx6ul 14x14 ddr3 arm2 as reference.
Note:
LCD/NAND/ECSPI not tested, need hardware rework.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6ull_ddr3_arm2_defconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/mx6ull_ddr3_arm2_defconfig b/configs/mx6ull_ddr3_arm2_defconfig new file mode 100644 index 0000000..906b9b0 --- /dev/null +++ b/configs/mx6ull_ddr3_arm2_defconfig @@ -0,0 +1,9 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ull_ddr3_arm2/imximage.cfg" +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_MX6ULL=y +CONFIG_TARGET_MX6ULL_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |