diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-04-12 16:11:54 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-04-13 13:03:20 +0800 |
commit | 67c19ad1a21780783efbcf1899cb6fdd7726ead7 (patch) | |
tree | e5a519de708097dcf3cc387df161a2b90a60cf6e /configs | |
parent | 3f5962277e5ea5ebb99b35ab6a8fb4fecf1ba62b (diff) | |
download | u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.zip u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.tar.gz u-boot-imx-67c19ad1a21780783efbcf1899cb6fdd7726ead7.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>
(cherry picked from commit 584050b98cf070bb608b652e89659ff20c47efba)
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 |