summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-31 02:24:01 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-08-01 12:17:02 (GMT)
commitb7c6baef2891ce8978cbfddb66e944943473ac21 (patch)
treec631a6962fac846cf2cc20b4405b25022199d0ef /configs
parent52a1c2c68b40354b82fbd651cdcf212f20fd5486 (diff)
downloadu-boot-fsl-qoriq-b7c6baef2891ce8978cbfddb66e944943473ac21.tar.xz
x86: Convert MMC to driver model
Convert the pci_mmc driver over to driver model and migrate all x86 boards that use it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: remove DM_MMC from edison_defconfig] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/edison_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/edison_defconfig b/configs/edison_defconfig
index cefcfa8..85108ad 100644
--- a/configs/edison_defconfig
+++ b/configs/edison_defconfig
@@ -27,7 +27,6 @@ CONFIG_OF_EMBED=y
CONFIG_CPU=y
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
-CONFIG_DM_MMC=y
CONFIG_DM_PCI_COMPAT=y
CONFIG_USB_DWC3_GADGET=y
CONFIG_USB_GADGET=y