diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-29 11:35:29 -0600 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-08-17 16:44:17 +0900 |
commit | 2088747743a38f7d074aa034809874c1f17e218a (patch) | |
tree | 185e9732cd2099255a3ea2590adbdfd00e60800c /configs/mx7ulp_evk_plugin_defconfig | |
parent | 5248930ebf48448b76a59069a5a96037264c3d6e (diff) | |
download | u-boot-2088747743a38f7d074aa034809874c1f17e218a.tar.gz |
dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS
Now that the driver supports it, move these boards over to use driver
model fully for MMC.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/mx7ulp_evk_plugin_defconfig')
-rw-r--r-- | configs/mx7ulp_evk_plugin_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mx7ulp_evk_plugin_defconfig b/configs/mx7ulp_evk_plugin_defconfig index 5918f3c0c7..49b576954b 100644 --- a/configs/mx7ulp_evk_plugin_defconfig +++ b/configs/mx7ulp_evk_plugin_defconfig @@ -16,7 +16,6 @@ CONFIG_DM_GPIO=y CONFIG_IMX_RGPIO2P=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y -# CONFIG_DM_MMC_OPS is not set CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX7ULP=y CONFIG_DM_REGULATOR=y |