[U-Boot] [PATCH] mx6qsabresd: Fix mmc boot by making USDHC3 be 'dev 0'
Fabio Estevam
festevam at gmail.com
Thu Jan 10 16:44:51 CET 2013
Hi Benoît,
On Thu, Jan 10, 2013 at 12:43 PM, Benoît Thébaudeau
<benoit.thebaudeau at advansee.com> wrote:
>> switch (i) {
>> - case 0:
>> + case 1:
>> imx_iomux_v3_setup_multiple_pads(
>> usdhc2_pads, ARRAY_SIZE(usdhc2_pads));
>> gpio_direction_input(USDHC2_CD_GPIO);
>> usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC2_CLK);
> ^ should be changed to 1 or i
Good catch, thanks.
I just found out a proper fix for this and will submit shortly.
Regards,
Fabio Estevam
More information about the U-Boot
mailing list