summaryrefslogtreecommitdiffstats
path: root/configs/imx6qdl_icore_mmc_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-01-10 00:19:53 +0530
committerStefano Babic <sbabic@denx.de>2018-02-04 12:00:58 +0100
commitb9d984ea16f8202fc01ce2916ddcad8e7dd12aa0 (patch)
treefcbc0f4d166b649db7064ec38e9c347f9c1af48d /configs/imx6qdl_icore_mmc_defconfig
parentc282eae07c92fb3a249b93fac884e697e3ab3bf5 (diff)
downloadu-boot-b9d984ea16f8202fc01ce2916ddcad8e7dd12aa0.tar.gz
u-boot-b9d984ea16f8202fc01ce2916ddcad8e7dd12aa0.tar.xz
u-boot-b9d984ea16f8202fc01ce2916ddcad8e7dd12aa0.zip
configs: icore: enable nand on mmc defconfig
Enable nand on mmc defconfig, so-that preparing nand for writing/updating bootimage, Linux becomes easy. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/imx6qdl_icore_mmc_defconfig')
-rw-r--r--configs/imx6qdl_icore_mmc_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig
index ebce592000..247cd8a465 100644
--- a/configs/imx6qdl_icore_mmc_defconfig
+++ b/configs/imx6qdl_icore_mmc_defconfig
@@ -34,9 +34,14 @@ CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
+CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand"
+CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:2m(spl),2m(uboot),1m(env),8m(kernel),1m(dtb),-(rootfs)"
+CONFIG_CMD_UBI=y
CONFIG_OF_LIST="imx6q-icore imx6dl-icore"
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_I2C_MXC=y
+CONFIG_NAND=y
+CONFIG_NAND_MXS=y
CONFIG_PHYLIB=y
CONFIG_PHY_SMSC=y
CONFIG_FEC_MXC=y