diff options
author | Ye.Li <B37916@freescale.com> | 2015-02-02 12:53:23 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:56:33 +0800 |
commit | 122e17706547c5a72b84332c8f1dc47914ff6279 (patch) | |
tree | d5e1accafd07a4f23d0a5a703efec2965fcd79bd /configs/mx7d_12x12_lpddr3_arm2_defconfig | |
parent | b81a3cbc857c440098e970c4bff1abd710cfbdd7 (diff) | |
download | u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.zip u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.tar.gz u-boot-imx-122e17706547c5a72b84332c8f1dc47914ff6279.tar.bz2 |
MLK-10191-3 imx: mx7: Add support for i.MX7D 12x12 LPDDR3 ARM2 board
Add BSP codes, configuration head file and build target for
12x12 LPDDR3 ARM2 board with basic functions:
ENET, I2C, SD/eMMC/MMC, USB, LCD Splash screen, QSPI, ECSPI,
pfuze3000 PMIC.
Note: pmic and video is still not upstream way
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit ac0d51ef07fdec880e6da318c08d521506640efa)
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Conflicts:
boards.cfg
Diffstat (limited to 'configs/mx7d_12x12_lpddr3_arm2_defconfig')
-rw-r--r-- | configs/mx7d_12x12_lpddr3_arm2_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7d_12x12_lpddr3_arm2_defconfig b/configs/mx7d_12x12_lpddr3_arm2_defconfig new file mode 100644 index 0000000..e9c9879 --- /dev/null +++ b/configs/mx7d_12x12_lpddr3_arm2_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_lpddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE="imx7d-12x12-lpddr3-arm2.dtb"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |