Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Stefano Babic
On 30/10/2017 11:13, Fabio Estevam wrote: > Hi Stefano and Tom, > > On Fri, Oct 20, 2017 at 12:17 PM, Fabio Estevam wrote: >> When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the >> SD/eMMC card cannot be used. >> >> Also, select CONFIG_DM_USB=y when

Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Jagan Teki
On Fri, Oct 20, 2017 at 7:47 PM, Fabio Estevam wrote: > When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the > SD/eMMC card cannot be used. > > Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. > > Tested on mx6slevk, mx7dsabresd and

Re: [U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-30 Thread Fabio Estevam
Hi Stefano and Tom, On Fri, Oct 20, 2017 at 12:17 PM, Fabio Estevam wrote: > When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the > SD/eMMC card cannot be used. > > Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. > > Tested on mx6slevk,

[U-Boot] [PATCH v3] imx: Fix regression with CONFIG_DM_MMC=y

2017-10-20 Thread Fabio Estevam
When CONFIG_DM_MMC=y, CONFIG_BLK should be selected, otherwise the SD/eMMC card cannot be used. Also, select CONFIG_DM_USB=y when CONFIG_USB=y to avoid build failure. Tested on mx6slevk, mx7dsabresd and mx6ullevk. Signed-off-by: Fabio Estevam Reviewed-by: Jaehoon Chung