Re: [U-Boot] [PATCH V4 4/7] sf command: allow default bus and chip selects

2012-01-29 Thread Mike Frysinger
On Sunday 29 January 2012 13:59:51 Eric Nelson wrote: > This patch allows a board configuration file to provide default bus > and chip-selects for SPI flash so that first argument to the 'sf' command > is optional. > > On boards that use the mxc_spi driver and a GPIO for chip select, this > allows

[U-Boot] [PATCH V4 4/7] sf command: allow default bus and chip selects

2012-01-29 Thread Eric Nelson
This patch allows a board configuration file to provide default bus and chip-selects for SPI flash so that first argument to the 'sf' command is optional. On boards that use the mxc_spi driver and a GPIO for chip select, this allows a much simpler command line: U-Boot> sf probe instead of