Re: [U-Boot] spl: mmc: use block device number, not hard-coded 0

2015-12-15 Thread Tom Rini
On Sat, Dec 05, 2015 at 12:32:28PM -0700, Eric Nelson wrote: > In order to support boot from multiple devices through board_boot_order, > it's necessary to use the block number of a device. > > The use of a hard-coded 0 for the device number also creates a need > to re-order block devices for use

Re: [U-Boot] spl: mmc: use block device number, not hard-coded 0

2015-12-13 Thread Eric Nelson
Hi Tom, On 12/13/2015 06:21 PM, Tom Rini wrote: > On Sat, Dec 05, 2015 at 12:32:28PM -0700, Eric Nelson wrote: > >> In order to support boot from multiple devices through board_boot_order, >> it's necessary to use the block number of a device. >> >> The use of a hard-coded 0 for the device number

Re: [U-Boot] spl: mmc: use block device number, not hard-coded 0

2015-12-13 Thread Tom Rini
On Sat, Dec 05, 2015 at 12:32:28PM -0700, Eric Nelson wrote: > In order to support boot from multiple devices through board_boot_order, > it's necessary to use the block number of a device. > > The use of a hard-coded 0 for the device number also creates a need > to re-order block devices for use