summaryrefslogtreecommitdiff
path: root/configs/mx6ull_14x14_evk_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-10-20 12:17:03 -0200
committerStefano Babic <sbabic@denx.de>2017-10-30 18:54:38 +0100
commitc46305a829af36db255caa8fb5d28f5a6529978c (patch)
tree467e337d7fc801564c193df849a137b987bacb6b /configs/mx6ull_14x14_evk_defconfig
parentb79372ae94fbc9e30d014ad8ce830d2062539eb9 (diff)
imx: Fix regression with CONFIG_DM_MMC=y
When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the SD/eMMC card cannot be used. Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. Tested on mx6slevk, mx7dsabresd and mx6ullevk. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Tested-by: Adam Ford <aford173@gmail.com> Tested-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Tested-by: Jagan Teki <jagan@openedev.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_defconfig')
-rw-r--r--configs/mx6ull_14x14_evk_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx6ull_14x14_evk_defconfig b/configs/mx6ull_14x14_evk_defconfig
index 115c926091..c9147fc3a6 100644
--- a/configs/mx6ull_14x14_evk_defconfig
+++ b/configs/mx6ull_14x14_evk_defconfig
@@ -21,7 +21,6 @@ CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
CONFIG_ENV_IS_IN_MMC=y
-# CONFIG_BLK is not set
CONFIG_DM_GPIO=y
CONFIG_DM_74X164=y
CONFIG_DM_I2C=y