]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: spi: Drop command-line SPI option
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 17:55:09 +0000 (11:55 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:26 +0000 (04:40 -0600)
commit1289e96797bfd6311f3dc656fc515a882b82701b
tree520ec2bbbe073b2a75388086cf5ad7fa7e0f5fc9
parent056a5cea3139cd41836051114a0f3344ac3d9f58
sandbox: spi: Drop command-line SPI option

At present we support specifying SPI flash devices to use in the device
tree and on the command line. Drop the second option, since it is a pain
to support nicely with driver model, and unnecessary.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mtd/spi/sandbox.c