Re: [U-Boot] [PATCH V2 11/13] spl: announce boot devices

2015-11-03 Thread Nikita Kiryanov
On Thu, Oct 29, 2015 at 11:19:53AM -0600, Simon Glass wrote: > Hi Nikita, > > On 28 October 2015 at 03:23, Nikita Kiryanov wrote: > > Now that we support alternative boot devices, it can sometimes be > > unclear which boot devices was actually used. Provide a function to > > announce which boot d

Re: [U-Boot] [PATCH V2 11/13] spl: announce boot devices

2015-10-29 Thread Simon Glass
Hi Nikita, On 28 October 2015 at 03:23, Nikita Kiryanov wrote: > Now that we support alternative boot devices, it can sometimes be > unclear which boot devices was actually used. Provide a function to > announce which boot devices are attempted during boot. > > Signed-off-by: Nikita Kiryanov > C

[U-Boot] [PATCH V2 11/13] spl: announce boot devices

2015-10-28 Thread Nikita Kiryanov
Now that we support alternative boot devices, it can sometimes be unclear which boot devices was actually used. Provide a function to announce which boot devices are attempted during boot. Signed-off-by: Nikita Kiryanov Cc: Igor Grinberg Cc: Tom Rini Cc: Simon Glass --- Changes in V2: