summaryrefslogtreecommitdiff
path: root/configs/vining_2000_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2019-05-17 22:25:24 +0200
committerStefano Babic <sbabic@denx.de>2019-06-11 10:42:48 +0200
commitac2b71f60b7f0d9473017177e1710e2479d8c882 (patch)
tree4e2e5f0a0a7b42a4d23d8eb70785056d5a74f739 /configs/vining_2000_defconfig
parent3fe3f02f066547dbc83c38800a1acbdb519f0565 (diff)
ARM: imx: vining2000: Convert MMC and block to DM
Enable DM block and DM MMC support on iMX6SX VINING|2000 . Convert board code to match the DM support. This disables USB mass storage support due to missing DM USB, however that will be re-enabled in subsequent patch. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Silvio Fricke <silvio.fricke@softing.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/vining_2000_defconfig')
-rw-r--r--configs/vining_2000_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vining_2000_defconfig b/configs/vining_2000_defconfig
index 01736823b8..2bd88149be 100644
--- a/configs/vining_2000_defconfig
+++ b/configs/vining_2000_defconfig
@@ -38,6 +38,7 @@ CONFIG_EFI_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6sx-softing-vining-2000"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_DM_MMC=y
CONFIG_SUPPORT_EMMC_RPMB=y
CONFIG_SUPPORT_EMMC_BOOT=y
CONFIG_FSL_ESDHC=y
@@ -47,6 +48,5 @@ CONFIG_PCI=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_USB=y
-CONFIG_USB_STORAGE=y
CONFIG_USB_HOST_ETHER=y
CONFIG_USB_ETHER_ASIX=y