Re: [U-Boot] [PATCH v2 02/30] sandbox: Convert SPI flash emulation to use sf_params

2014-09-30 Thread Simon Glass
On 15 September 2014 06:33, Simon Glass wrote: > > At present sandbox has its own table of supported SPI flash chips. Now that > the SPI flash system is fully consolidated and has its own list, sandbox > should use that. > > This enables us to expand the number of chips that sandbox supports. > >

[U-Boot] [PATCH v2 02/30] sandbox: Convert SPI flash emulation to use sf_params

2014-09-15 Thread Simon Glass
At present sandbox has its own table of supported SPI flash chips. Now that the SPI flash system is fully consolidated and has its own list, sandbox should use that. This enables us to expand the number of chips that sandbox supports. Signed-off-by: Simon Glass Reviewed-by: Jagannadha Sutradharu