diff options
author | Ye.Li <B37916@freescale.com> | 2015-05-22 10:40:02 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-05-25 17:20:49 +0800 |
commit | f3f49d71c825067c803e5f7fd9e50e52ee89c428 (patch) | |
tree | 7cceeb6b065d619f4b70b772d9b57ea386e74b09 /configs | |
parent | cd1bd6ee94e720af911a2ce7db697af0df59c0a9 (diff) | |
download | u-boot-imx-f3f49d71c825067c803e5f7fd9e50e52ee89c428.zip u-boot-imx-f3f49d71c825067c803e5f7fd9e50e52ee89c428.tar.gz u-boot-imx-f3f49d71c825067c803e5f7fd9e50e52ee89c428.tar.bz2 |
MLK-10955 imx: mx7d arm2: Add NAND support for mx7d 19x19 lpddr3 arm2 board
Add the default TSOP NAND support and build target.
New build target for nand boot: mx7d_19x19_lpddr3_arm2_nand_config
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx7d_19x19_lpddr3_arm2_nand_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/mx7d_19x19_lpddr3_arm2_nand_defconfig b/configs/mx7d_19x19_lpddr3_arm2_nand_defconfig new file mode 100644 index 0000000..2c6587e --- /dev/null +++ b/configs/mx7d_19x19_lpddr3_arm2_nand_defconfig @@ -0,0 +1,7 @@ +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx7d_19x19_lpddr3_arm2/imximage.cfg,MX7D,SYS_BOOT_NAND,DEFAULT_FDT_FILE=\"imx7d-19x19-lpddr3-arm2.dtb\"" +CONFIG_ARM=y +CONFIG_TARGET_MX7D_19X19_LPDDR3_ARM2=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 +CONFIG_DM=y +CONFIG_DM_THERMAL=y |