Re: [U-Boot] [PATCH V2 13/13] spl: mmc: add support for BOOT_DEVICE_MMC2

2015-11-03 Thread Tom Rini
On Wed, Oct 28, 2015 at 11:23:30AM +0200, Nikita Kiryanov wrote: > Currently the mmc device that SPL looks at is always mmc0, regardless > of the BOOT_DEVICE_MMCx value. This forces some boards to > implement hacks in order to boot from other mmc devices. > > Make SPL take into account the

[U-Boot] [PATCH V2 13/13] spl: mmc: add support for BOOT_DEVICE_MMC2

2015-10-28 Thread Nikita Kiryanov
Currently the mmc device that SPL looks at is always mmc0, regardless of the BOOT_DEVICE_MMCx value. This forces some boards to implement hacks in order to boot from other mmc devices. Make SPL take into account the correct mmc device. Signed-off-by: Nikita Kiryanov Cc: