commit | 110bdee00f70ba2cae90a8db39e8d3e854141a56 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 15 06:33:19 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Sep 26 15:00:36 2014 -0600 |
tree | db0667fa0e20b0c87a9328be29ec0d130f6348c2 | |
parent | f9860cf081efdf32c8a01b9fc271fe55e2a79f8d [diff] |
sandbox: Convert SPI flash emulation to use sf_params 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 <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>