diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-03-31 17:42:54 -0500 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-04-29 15:05:42 +0800 |
commit | 83efc138dea4a667fcf6b295c35201a539ddb209 (patch) | |
tree | c0926b882f059114cf331addfd3ec070bebba7b9 /configs | |
parent | eb2fc68b8e0fcbc30af16b978cf8845fc32574fe (diff) | |
download | u-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.zip u-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.tar.gz u-boot-imx-83efc138dea4a667fcf6b295c35201a539ddb209.tar.bz2 |
MLK-10522-3: imx: mx7d_12x12_ddr3_arm2: add target board support
* Add mx7d_12x12_ddr3_arm2 target board support
* Initial support for mx7d_12x12_ddr3_arm2 target
board add support for base hardware eMMC, SD and
ECSPI boot.
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
(cherry picked from commit 51d69f7996cc6e6da8bb3f0af751549cb2435e44)
Conflicts:
boards.cfg
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7d_12x12_ddr3_arm2_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7d_12x12_ddr3_arm2_defconfig b/configs/mx7d_12x12_ddr3_arm2_defconfig new file mode 100644 index 0000000..c71a2be --- /dev/null +++ b/configs/mx7d_12x12_ddr3_arm2_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_12x12_ddr3_arm2/imximage.cfg,MX7D,DEFAULT_FDT_FILE="imx7d-12x12-ddr3-arm2.dtb"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_12X12_DDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |