Re: [U-Boot] [PATCH] mx6qsabresd: Fix mmc boot by making USDHC3 be 'dev 0'

2013-01-10 Thread Fabio Estevam
Hi Benoît, On Thu, Jan 10, 2013 at 12:43 PM, Benoît Thébaudeau wrote: >> switch (i) { >> - case 0: >> + case 1: >> imx_iomux_v3_setup_multiple_pads( >> usdhc2_pads, ARRAY_SIZE(usdhc2_pads)); >>

Re: [U-Boot] [PATCH] mx6qsabresd: Fix mmc boot by making USDHC3 be 'dev 0'

2013-01-10 Thread Benoît Thébaudeau
Hi Fabio, On Thursday, January 10, 2013 3:32:25 PM, Fabio Estevam wrote: > By default, we boot from USDHC3 on mx6qsabresd, so let it be mmc dev > 0. > > Without this fix kernel cannot be retrieved from mmc with the default > environment. > > Signed-off-by: Fabio Estevam > --- > board/freescale

[U-Boot] [PATCH] mx6qsabresd: Fix mmc boot by making USDHC3 be 'dev 0'

2013-01-10 Thread Fabio Estevam
By default, we boot from USDHC3 on mx6qsabresd, so let it be mmc dev 0. Without this fix kernel cannot be retrieved from mmc with the default environment. Signed-off-by: Fabio Estevam --- board/freescale/mx6qsabresd/mx6qsabresd.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)