Re: [U-Boot] [Patch 1/1] Spi Flash: Allow auto-booting of images from spi flash load

2011-07-06 Thread Mike Frysinger
On Wednesday, July 06, 2011 17:51:58 Andre Renaud wrote: > This allows intelligent booting of FIT (& the legacy style) images from > SPI flash. Basically it means that you don't have to guess at the image > length, so data reads are more optimal (& hopefully faster). this looks like largely a copy

[U-Boot] [Patch 1/1] Spi Flash: Allow auto-booting of images from spi flash load

2011-07-06 Thread Andre Renaud
This allows intelligent booting of FIT (& the legacy style) images from SPI flash. Basically it means that you don't have to guess at the image length, so data reads are more optimal (& hopefully faster). Signed-off-by: Andre Renaud --- Index: common/cmd_sf.c