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

2013-01-13 Thread Stefano Babic
On 10/01/2013 20:00, 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 mmc node

[U-Boot] [PATCH v3] 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