diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-01-18 17:40:10 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:55:46 +0100 |
commit | 764d94736c343ed70201534bdb2cae5bd0193709 (patch) | |
tree | 3a92d543b2109fe0483fbebce3e048f038bbc159 /configs | |
parent | a627f4386814f9f2529a066a9d266e919eb345bd (diff) | |
download | u-boot-764d94736c343ed70201534bdb2cae5bd0193709.tar.gz |
arm: imx7s-warp: Convert to DM MMC initialization
Converts from fixed initialization of MMC to DM initialization of MMC.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/warp7_bl33_defconfig | 1 | ||||
-rw-r--r-- | configs/warp7_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/warp7_bl33_defconfig b/configs/warp7_bl33_defconfig index 3624b134a5..53665e6fa5 100644 --- a/configs/warp7_bl33_defconfig +++ b/configs/warp7_bl33_defconfig @@ -25,6 +25,7 @@ CONFIG_OF_CONTROL=y CONFIG_CMD_FS_GENERIC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DFU_MMC=y +CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig index 66533de3f3..ed2a9fface 100644 --- a/configs/warp7_defconfig +++ b/configs/warp7_defconfig @@ -34,6 +34,7 @@ CONFIG_OF_CONTROL=y CONFIG_CMD_FS_GENERIC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DFU_MMC=y +CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_OPTEE=y CONFIG_USB=y |