]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Convert SPI flash emulation to use sf_params
authorSimon Glass <sjg@chromium.org>
Mon, 15 Sep 2014 12:33:19 +0000 (06:33 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Sep 2014 21:00:36 +0000 (15:00 -0600)
commit110bdee00f70ba2cae90a8db39e8d3e854141a56
treedb0667fa0e20b0c87a9328be29ec0d130f6348c2
parentf9860cf081efdf32c8a01b9fc271fe55e2a79f8d
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>
drivers/mtd/spi/sandbox.c