summaryrefslogtreecommitdiff
path: root/configs/pico-pi-imx6ul_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2019-02-14 10:01:48 -0200
committerStefano Babic <sbabic@denx.de>2019-03-13 09:14:35 +0100
commit737d8bd82058e602df9c0898aeb7bddeece371dd (patch)
treeba84feda35a17b0c65b92dceebfeba76b14c28cd /configs/pico-pi-imx6ul_defconfig
parent1db0e414e3d65227902d5cc0c41cdf5093d202f7 (diff)
pico-imx6ul: Convert to DM MMC
Select CONFIG_DM_MMC=y in order to support MMC driver model. This allows the MMC board related code to be removed. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-pi-imx6ul_defconfig')
-rw-r--r--configs/pico-pi-imx6ul_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-pi-imx6ul_defconfig b/configs/pico-pi-imx6ul_defconfig
index 62af6d885a..b44be6f97d 100644
--- a/configs/pico-pi-imx6ul_defconfig
+++ b/configs/pico-pi-imx6ul_defconfig
@@ -42,6 +42,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x10000000
CONFIG_FASTBOOT_FLASH=y
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
+CONFIG_DM_MMC=y
CONFIG_FSL_ESDHC=y
CONFIG_PHYLIB=y
CONFIG_PHY_MICREL=y