Re: [U-Boot] [PATCH v2] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-10 Thread Fabio Estevam
Stefano, On Thu, Jan 10, 2013 at 2:19 PM, Fabio Estevam wrote: > Since commit de7d02aeb (mx6qsabresd: add usdhc2 and usdhc4 support) > SDHC3 device node is no longer 0, which breaks loading a uImage from SDHC3. > > Fix it by adapting the default environment to use CONFIG_SYS_MMC_ENV_DEV as > the

Re: [U-Boot] [PATCH v2] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-10 Thread Otavio Salvador
On Thu, Jan 10, 2013 at 2:19 PM, Fabio Estevam wrote: > Since commit de7d02aeb (mx6qsabresd: add usdhc2 and usdhc4 support) > SDHC3 device node is no longer 0, which breaks loading a uImage from SDHC3. > > Fix it by adapting the default environment to use CONFIG_SYS_MMC_ENV_DEV as > the > correct

[U-Boot] [PATCH v2] mx6qsabresd: Fix booting the kernel from SDHC3

2013-01-10 Thread Fabio Estevam
Since commit de7d02aeb (mx6qsabresd: add usdhc2 and usdhc4 support) SDHC3 device node is no longer 0, which breaks loading a uImage from SDHC3. Fix it by adapting the default environment to use CONFIG_SYS_MMC_ENV_DEV as the correct mmc node for loading the kernel from. While at it, go back to u