diff options
author | Ye.Li <B37916@freescale.com> | 2015-03-02 12:02:31 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 14:58:50 +0800 |
commit | 4b945370c326d74058fe30b473707915023e8bbb (patch) | |
tree | 3f8cfb46bf305c8591a6f23721c92af117896e85 /configs | |
parent | 1e73f0ce010a7cf78abdab203980ac34f7d67148 (diff) | |
download | u-boot-imx-4b945370c326d74058fe30b473707915023e8bbb.zip u-boot-imx-4b945370c326d74058fe30b473707915023e8bbb.tar.gz u-boot-imx-4b945370c326d74058fe30b473707915023e8bbb.tar.bz2 |
MLK-10351 imx: mx7d: Add 19x19 DDR3L ARM2 board support
Add BSP codes, configuration head file and build target for
19x19 DDR3L ARM2 board with basic functions:
ENET2, I2C, SD/eMMC/MMC, USB, QSPI, ECSPI, pfuze3000 PMIC.
Build target: mx7d_19x19_ddr3_arm2_config
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit 58fd869e3097b7461fbfae3d94e3ebbd30ae2474)
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Conflicts:
boards.cfg
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7d_19x19_ddr3_arm2_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7d_19x19_ddr3_arm2_defconfig b/configs/mx7d_19x19_ddr3_arm2_defconfig new file mode 100644 index 0000000..9fd99b3 --- /dev/null +++ b/configs/mx7d_19x19_ddr3_arm2_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_ddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE="imx7d-19x19-ddr3-arm2.dtb"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |